forked from MapComplete/MapComplete
Migrate featurebox-title (…) to Tailwind
This commit is contained in:
parent
d9040db12a
commit
e3b7c7ddc6
6 changed files with 7 additions and 45 deletions
|
@ -29,7 +29,7 @@ export default class LayerControlPanel extends UIElement {
|
|||
}
|
||||
|
||||
|
||||
const title =Translations.t.general.layerSelection.title.SetClass("featureinfobox-title")
|
||||
const title = Translations.t.general.layerSelection.title.SetClass("text-2xl break-words font-bold p-2")
|
||||
|
||||
this._panel = new ScrollableFullScreen(title, layerControlPanel);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue