mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
Adding column type label to dropdowns (#4566)
* Adding column type label to dropdowns * Changing the style of column type label * Adding tests for ColumnTypeLabel * Adding tests for time and fixing if statement order * Changing location of ColumnTypeLabel tests * Updating ColumnTypeLabel structure
This commit is contained in:
committed by
Chris Williams
parent
6875868cf6
commit
3f1dfb3173
@@ -123,3 +123,14 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.type-label {
|
||||
margin-right: 8px;
|
||||
width: 30px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.datasource-container {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user