V8: add spacing around tabs

This commit is contained in:
Niels Lyngsø
2019-02-01 12:38:12 +01:00
parent 0bb69aeeee
commit f5d904c88c

View File

@@ -27,6 +27,8 @@
// we need to do some special styling for tabs inside the dashboard header
.umb-dashboard__header .umb-tabs-nav {
margin-bottom: 0;
margin-left: 10px;
margin-right: 10px;
border: none;
}