mirror of
https://github.com/apache/superset.git
synced 2026-04-10 11:55:24 +00:00
* Super * User profile page * Fixing python style * Python unit tests * Touchups and js tests * Addressing comments
13 lines
195 B
CSS
13 lines
195 B
CSS
.tab-pane {
|
|
min-height: 400px;
|
|
background: white;
|
|
border: 1px solid #bbb;
|
|
border-top: 0px;
|
|
}
|
|
|
|
.label {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
margin-bottom: 5px;
|
|
}
|