Skip to content

Commit 0599587

Browse files
dabo-odooJinjiu96
authored andcommitted
[FIX] html_editor: link popover icon size fix
1 parent 0595813 commit 0599587

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed
Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
.o_we_preview_favicon .o_image {
2-
max-width: 100%;
3-
max-height: 100%;
4-
background-position: top;
5-
margin-top: 0.3em
1+
.o_we_preview_favicon {
2+
.o_image {
3+
max-width: 100%;
4+
max-height: 100%;
5+
background-position: top;
6+
margin-top: 0.3em;
7+
}
8+
9+
> img {
10+
max-height: 16px;
11+
max-width: 16px;
12+
}
613
}

0 commit comments

Comments
 (0)