CC-4443: Context menu is not displayed correctly

This commit is contained in:
Vladimir 2012-09-17 15:27:13 +02:00
parent 9776da8bf4
commit d888d1cb1c

View file

@ -41,6 +41,11 @@
position: relative; position: relative;
min-height: 18px; min-height: 18px;
-moz-user-select: -moz-none; -moz-user-select: -moz-none;
display: block;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} }
.context-menu-item.icon { .context-menu-item.icon {