From 6dd7f5cdcbe41620a1fe9971cb1ea1a9cb7ffbd1 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 4 Oct 2021 19:47:23 +0200 Subject: [PATCH] Styling: add flex shrink to filter selection button --- Models/Constants.ts | 2 +- UI/BigComponents/FilterView.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 88348d1c4c..99f3d28bb7 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import {Utils} from "../Utils"; export default class Constants { - public static vNumber = "0.10.1-rc3"; + public static vNumber = "0.10.1-rc4"; public static ImgurApiKey = '7070e7167f0a25a' public static readonly mapillary_client_token_v3 = 'TXhLaWthQ1d4RUg0czVxaTVoRjFJZzowNDczNjUzNmIyNTQyYzI2' public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85" diff --git a/UI/BigComponents/FilterView.ts b/UI/BigComponents/FilterView.ts index 336d77405f..f5e48161fd 100644 --- a/UI/BigComponents/FilterView.ts +++ b/UI/BigComponents/FilterView.ts @@ -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(