forked from MapComplete/MapComplete
Merge branch 'develop' into feature/flexible-mapping-search
This commit is contained in:
commit
7fdfeb865c
57 changed files with 6543 additions and 303 deletions
|
@ -54,7 +54,7 @@ export default class FeatureInfoBox extends ScrollableFullScreen {
|
|||
const titleIcons = new Combine(
|
||||
layerConfig.titleIcons.map(icon => {
|
||||
return new TagRenderingAnswer(tags, icon, state,
|
||||
"block h-8 max-h-8 align-baseline box-content sm:p-0.5").SetClass("flex");
|
||||
"block h-8 max-h-8 align-baseline box-content sm:p-0.5 titleicon");
|
||||
}
|
||||
))
|
||||
.SetClass("flex flex-row flex-wrap pt-0.5 sm:pt-1 items-center mr-2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue