Dashboard: fixed padding inconsistency

This commit is contained in:
Torkel Ödegaard 2020-02-13 19:32:28 +01:00
parent 335b1a8983
commit e1d5cfbd20

View File

@ -2,7 +2,7 @@
position: relative;
z-index: $zindex-navbar-fixed;
height: $navbarHeight;
padding: 0 20px 0 60px;
padding: 0 16px 0 60px;
display: flex;
flex-grow: 1;
border-bottom: 1px solid transparent;