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:
@@ -2,7 +2,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: $zindex-navbar-fixed;
|
z-index: $zindex-navbar-fixed;
|
||||||
height: $navbarHeight;
|
height: $navbarHeight;
|
||||||
padding: 0 20px 0 60px;
|
padding: 0 16px 0 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user