scinote-web/app/assets/stylesheets/repositories.scss

22 lines
330 B
SCSS
Raw Normal View History

.repositories-dropdown-menu {
height: auto;
max-height: 400px;
overflow-x: hidden;
text-transform: initial;
}
2017-06-06 23:35:29 +08:00
.repository-table {
margin-top: 20px;
// Datatables generated name
.dataTables_length {
display: inline-block;
}
}
2017-06-16 17:52:26 +08:00
.repository-cog {
display: inline-block;
float: right;
padding-left: 4px;
}