forked from MapComplete/MapComplete
Migrate .answer to Tailwind
- Remove custom CSS - Add more landscape:* helper classes
This commit is contained in:
parent
7a2f4fa44a
commit
8f8e5f7636
2 changed files with 7 additions and 14 deletions
|
@ -64,7 +64,7 @@ export default class EditableTagRendering extends UIElement {
|
|||
|
||||
return new Combine([this._answer,
|
||||
(State.state?.osmConnection?.userDetails?.data?.loggedIn ?? true) ? this._editButton : undefined
|
||||
]).SetClass("answer")
|
||||
]).SetClass("flex w-full break-word justify-between text-default landscape:w-1/2 landscape:p-2")
|
||||
.Render();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue