mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Set kuiViewContent width to 100% to avoid it shrink wrapping its content.
This commit is contained in:
parent
b129af5f05
commit
94afb6f3d4
1 changed files with 1 additions and 0 deletions
|
@ -621,6 +621,7 @@ fieldset {
|
|||
.kuiViewContent {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.kuiViewContent--constrainedWidth {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue