forked from MapComplete/MapComplete
Style tweaks
This commit is contained in:
parent
d8da61ec07
commit
6cdcb4dcc4
1 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
/**
|
/**
|
||||||
* Css classes to apply
|
* Css classes to apply
|
||||||
*/
|
*/
|
||||||
export let clss: string = ""
|
export let clss: string = "ml-2"
|
||||||
export let mapping: {
|
export let mapping: {
|
||||||
readonly then: Translation
|
readonly then: Translation
|
||||||
readonly searchTerms?: Record<string, string[]>
|
readonly searchTerms?: Record<string, string[]>
|
||||||
|
@ -41,8 +41,7 @@
|
||||||
`mapping-icon-${mapping.iconClass ?? "small"}-height mapping-icon-${
|
`mapping-icon-${mapping.iconClass ?? "small"}-height mapping-icon-${
|
||||||
mapping.iconClass ?? "small"
|
mapping.iconClass ?? "small"
|
||||||
}-width`,
|
}-width`,
|
||||||
"mr-2",
|
"shrink-0"
|
||||||
"shrink-0 mx-2"
|
|
||||||
)}
|
)}
|
||||||
clss={`mapping-icon-${mapping.iconClass ?? "small"}`}
|
clss={`mapping-icon-${mapping.iconClass ?? "small"}`}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue