Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 7589f67

Browse files
committed
The img icon now has a min & max width
1 parent 9561e69 commit 7589f67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ctxmenu/ctxmenu.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
/* Icons */
6464

6565
.ctx-menu-hasIcon img {
66-
width: 16px;
66+
min-width: 16px;
67+
max-width: 16px;
6768
max-height: 16px;
6869
position: relative;
6970
margin-right: 8px;

0 commit comments

Comments
 (0)