mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 06:06:56 +08:00
14 lines
220 B
SCSS
14 lines
220 B
SCSS
.repositories-dropdown-menu {
|
|
height: auto;
|
|
max-height: 400px;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.repository-table {
|
|
margin-top: 20px;
|
|
|
|
// Datatables generated name
|
|
.dataTables_length {
|
|
display: inline-block;
|
|
}
|
|
}
|