mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: fixed padding inconsistency
This commit is contained in:
parent
335b1a8983
commit
e1d5cfbd20
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user