Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 205bbde

Browse files
author
Evan Horne
committed
fix(advanced-filter): fixed button sizing
1 parent 00f4b19 commit 205bbde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Assets/Styles/advanced-filter.less

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ div.filter-status > button.btn {
9898
.filter-selection {
9999
padding: @spacing-unit/2;
100100
flex-shrink: 0;
101-
flex-basis: 250px;
101+
flex-basis: 300px;
102102
}
103103

104104
#calculator-filter {
@@ -131,9 +131,9 @@ div.filter-selection > div.nested-btn-group {
131131
}
132132

133133
div.filter-btn-group > button.btn {
134-
max-width: fit-content;
134+
min-width: fill-available;
135135
white-space: normal;
136-
// margin-right: 0 !important; //overwriting bootstrap
136+
margin-right: 0 !important; //overwriting bootstrap
137137
}
138138

139139
#targets-filter .filter-btn-group {

0 commit comments

Comments
 (0)