Skip to content

Commit

Permalink
Moved css of inline inputs of DateFilterControl to css of FilterBox w…
Browse files Browse the repository at this point in the history
…here it appears. (apache#11427)
  • Loading branch information
kkucharc authored and auxten committed Nov 20, 2020
1 parent ae2d349 commit 75e2b57
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 0 additions & 18 deletions superset-frontend/src/explore/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,6 @@
width: 15px;
}

.input-inline {
float: left;
padding-right: 3px;

.dropdown {
display: flex;
button {
padding-right: 20px;
.caret {
width: auto;
position: absolute;
right: 5px;
top: 6px;
}
}
}
}

.list-group {
margin-bottom: 10px;
}
Expand Down
18 changes: 18 additions & 0 deletions superset-frontend/src/visualizations/FilterBox/FilterBox.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@
margin-bottom: 5px;
}

.input-inline {
float: left;
padding-right: 3px;

.dropdown {
display: flex;
button {
padding-right: 20px;
.caret {
width: auto;
position: absolute;
right: 5px;
top: 6px;
}
}
}
}

.filter-container {
display: flex;

Expand Down

0 comments on commit 75e2b57

Please sign in to comment.