CC-4443: Context menu is not displayed correctly
This commit is contained in:
parent
9776da8bf4
commit
d888d1cb1c
1 changed files with 154 additions and 149 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue