Commit c3dc81f71f07abc21cd6ad5d02d3ba7c5ddde166

Authored by Igor Kulikov
1 parent 4d531337

Fix displaying export button for screen width less than 1280px

... ... @@ -153,6 +153,12 @@ tb-dashboard-toolbar {
153 153 min-width: 0;
154 154 height: $half-mobile-toolbar-height;
155 155
  156 + @media (max-width: $layout-breakpoint-sm) {
  157 + md-menu{
  158 + margin: 0;
  159 + }
  160 + }
  161 +
156 162 @media (min-width: $layout-breakpoint-sm) {
157 163 height: 46px;
158 164 }
... ...