mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Allow row to extend past viewport width to allow proper fullscreen canvas view * Added note
This commit is contained in:
parent
a92e64f62f
commit
8ce586ff8c
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ body.canvas-isFullscreen { // sass-lint:disable-line no-qualifying-elements
|
|||
}
|
||||
}
|
||||
|
||||
.canvasLayout__rows {
|
||||
// this is critical for the row to expand outside of the viewport for proper fullscreen sizing
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.canvasLayout__rows,
|
||||
.canvasLayout__cols {
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue