mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
[SqlLab] Fix a few UI issues (#4401)
1. tab alignment css 2. if tabs are more than 1 row, need to calculate content area height 3. clean up height calculation.
This commit is contained in:
@@ -298,6 +298,11 @@ a.Link {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
.nav-tabs > li.active > a,
|
||||
.nav-tabs > li.active > a:hover,
|
||||
.nav-tabs > li.active > a:focus {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.search-date-filter-container {
|
||||
display: flex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user