Fix displaying export button for screen width less than 1280px
This commit is contained in:
parent
4d5313371b
commit
c3dc81f71f
@ -153,6 +153,12 @@ tb-dashboard-toolbar {
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
height: $half-mobile-toolbar-height;
|
height: $half-mobile-toolbar-height;
|
||||||
|
|
||||||
|
@media (max-width: $layout-breakpoint-sm) {
|
||||||
|
md-menu{
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: $layout-breakpoint-sm) {
|
@media (min-width: $layout-breakpoint-sm) {
|
||||||
height: 46px;
|
height: 46px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user