mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 11:12:50 -06:00
Panels: Prevent panel content from escaping its bounds (#52167)
This commit is contained in:
parent
b54da68765
commit
3131d12738
@ -46,6 +46,7 @@
|
||||
padding: $panel-padding;
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
contain: strict;
|
||||
height: calc(100% - #{$panel-header-height});
|
||||
|
||||
&--no-padding {
|
||||
|
Loading…
Reference in New Issue
Block a user