Moved css of inline inputs of DateFilterControl to css of FilterBox where it appears. (#11427)

This commit is contained in:
Kasia Kucharczyk 2020-10-27 05:50:27 +01:00 committed by GitHub
parent 5b968e9651
commit 94e0f0cc2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View File

@ -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;
}

View File

@ -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;