Styling: add flex shrink to filter selection button

This commit is contained in:
Pieter Vander Vennet 2021-10-04 19:47:23 +02:00
parent 214a2335de
commit 6dd7f5cdcb
2 changed files with 2 additions and 2 deletions

View file

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