Skip to content

Commit 7e8bd49

Browse files
committed
[FIX] find & replace: fix arrow buttons sizing
97b4232 removed the global `box-sizing: content-box;` directive, but we forgot to add it back to the find & replace buttons. closes #7317 Task: 5154004 X-original-commit: 0868706 Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
1 parent 018e7a8 commit 7e8bd49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/side_panel/find_and_replace/find_and_replace.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ css/* scss */ `
4242
.o-button {
4343
height: 19px;
4444
width: 19px;
45+
box-sizing: content-box;
4546
.o-icon {
4647
height: 14px;
4748
width: 14px;

0 commit comments

Comments
 (0)