mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 15:13:21 +08:00
122ac7971f
Fix cog position on repositories page [SCI-1348]
21 lines
330 B
SCSS
21 lines
330 B
SCSS
.repositories-dropdown-menu {
|
|
height: auto;
|
|
max-height: 400px;
|
|
overflow-x: hidden;
|
|
text-transform: initial;
|
|
}
|
|
|
|
.repository-table {
|
|
margin-top: 20px;
|
|
|
|
// Datatables generated name
|
|
.dataTables_length {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.repository-cog {
|
|
display: inline-block;
|
|
float: right;
|
|
padding-left: 4px;
|
|
}
|