Make 'Add filter' button wrap correctly on smaller screens

This commit is contained in:
mrliptontea
2017-09-05 21:37:04 +01:00
parent 4a5ec23be5
commit b4eb58bc77
2 changed files with 2 additions and 1 deletions

View File

@@ -635,6 +635,7 @@ fieldset#filters {
div.add-filter {
padding-top: $table-condensed-cell-padding;
float: right;
}
}

File diff suppressed because one or more lines are too long