20 lines
226 B
Plaintext
20 lines
226 B
Plaintext
// Context menu
|
|
|
|
.document-menu {
|
|
width: auto;
|
|
line-height: 1 !important;
|
|
|
|
.popover-inner {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.list-block {
|
|
ul {
|
|
height: 48px;
|
|
}
|
|
|
|
li {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
} |