mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
fix: UI cut off (#36531)
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com>
This commit is contained in:
@@ -138,6 +138,10 @@ const ExplorePanelContainer = styled.div`
|
||||
justify-content: space-between;
|
||||
.horizontal-text {
|
||||
font-size: ${theme.fontSize}px;
|
||||
line-height: 1.5;
|
||||
display: inline-block;
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
.no-show {
|
||||
|
||||
Reference in New Issue
Block a user