forked from MapComplete/MapComplete
Styling: add flex shrink to filter selection button
This commit is contained in:
parent
214a2335de
commit
6dd7f5cdcb
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ export default class FilterView extends VariableUiElement {
|
|||
// Name is not defined: we hide this one
|
||||
return undefined;
|
||||
}
|
||||
const iconStyle = "width:1.5rem;height:1.5rem;margin-left:1.25rem";
|
||||
const iconStyle = "width:1.5rem;height:1.5rem;margin-left:1.25rem;flex-shrink: 0;";
|
||||
|
||||
const icon = new Combine([Svg.checkbox_filled]).SetStyle(iconStyle);
|
||||
const iconUnselected = new Combine([Svg.checkbox_empty]).SetStyle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue