mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fixes #5004 vis editor collapsible sidebar arrow overlaps visualization
This commit is contained in:
parent
97dad02ac0
commit
fdf7eba22d
1 changed files with 16 additions and 0 deletions
|
@ -358,6 +358,22 @@
|
|||
flex: 1 1 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.table-vis-container {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.leaflet-left .leaflet-control {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.markdown-vis {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.y-axis-col-wrapper {
|
||||
padding-left: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue