fix(ux): css fix for tabbed view caused edit views in dashboard to create horizontal scrollbar

This commit is contained in:
Torkel Ödegaard
2016-03-29 11:07:55 +02:00
parent 0964a06ab5
commit 0c21d2c047
+1 -1
View File
@@ -1,7 +1,7 @@
.tabbed-view {
background-color: $page-bg;
background-image: $page-gradient;
margin: -($panel-margin*2);
margin: (-$panel-margin*2) (-$panel-margin);
margin-bottom: $spacer*2;
padding: $spacer*3;