mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix date picker Select alignment (#3392)
This commit is contained in:
committed by
Maxime Beauchemin
parent
a782d623f0
commit
c3ab796734
@@ -91,3 +91,12 @@
|
||||
display: inline-block;
|
||||
padding-right: 3px;
|
||||
}
|
||||
.input-inline .Select-control {
|
||||
display: flex;
|
||||
}
|
||||
.input-inline .Select-control .Select-arrow-zone {
|
||||
width: auto;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user