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