mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
19 lines
302 B
Plaintext
19 lines
302 B
Plaintext
.page-extend-widgets {
|
|
[component="clone"] {
|
|
display: flex;
|
|
align-items: stretch;
|
|
align-content: stretch;
|
|
|
|
[component="clone/button"] {
|
|
flex-grow: 1;
|
|
text-align: left;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
max-height: 300px;
|
|
overflow-y: scroll;
|
|
min-width: 250px;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
} |