web-apps/apps/common/mobile/resources/less/material/_contextmenu.less

20 lines
226 B
Plaintext
Raw Normal View History

2016-11-15 12:32:11 +00:00
// Context menu
.document-menu {
width: auto;
line-height: 1 !important;
.popover-inner {
overflow: hidden;
}
.list-block {
ul {
height: 48px;
}
li {
display: inline-block;
}
}
}