Fixed: Misc UI Fixes

This commit is contained in:
Qstick
2018-05-20 01:49:41 -04:00
parent 457955c306
commit ef93ae3792
6 changed files with 34 additions and 7 deletions
@@ -53,6 +53,13 @@
color: $disabledColor;
}
.pageSelect {
composes: select from 'Components/Form/SelectInput.css';
padding: 0 2px;
height: 25px;
}
@media only screen and (max-width: $breakpointSmall) {
.pager {
flex-wrap: wrap;