mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -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;
|
padding: $panel-padding;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
contain: strict;
|
||||||
height: calc(100% - #{$panel-header-height});
|
height: calc(100% - #{$panel-header-height});
|
||||||
|
|
||||||
&--no-padding {
|
&--no-padding {
|
||||||
|
Loading…
Reference in New Issue
Block a user