mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
The react 16 upgrade requires the width 100% attribute, but using height 100% messes up maximized panel mode (#15565)
This commit is contained in:
parent
190eb695b0
commit
9c371008b9
1 changed files with 0 additions and 2 deletions
|
@ -404,12 +404,10 @@ dashboard-viewport-provider {
|
|||
}
|
||||
|
||||
.dashboard-viewport {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: @dashboard-bg;
|
||||
}
|
||||
.dashboard-viewport-with-margins {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: @dashboard-bg-with-margins;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue