mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tweaks to add panel panels
This commit is contained in:
parent
dae5110db0
commit
a98b0024fc
@ -27,7 +27,7 @@
|
||||
}
|
||||
|
||||
.add-panel__items {
|
||||
padding: 3px 0;
|
||||
padding: 3px 8px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
@ -41,7 +41,7 @@
|
||||
background: $card-background;
|
||||
box-shadow: $card-shadow;
|
||||
|
||||
border: $panel-border;
|
||||
border-radius: 3px;
|
||||
padding: $spacer/3 $spacer;
|
||||
width: 31%;
|
||||
height: 60px;
|
||||
|
Loading…
Reference in New Issue
Block a user