From 1b6178a66a31c2bfb793137ee866b96f0b25a2a9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 21 Jan 2021 05:55:52 +0100 Subject: [PATCH] Questions: Add border botton First try to differentiate one question/answer from the next. --- UI/Popup/EditableTagRendering.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Popup/EditableTagRendering.ts b/UI/Popup/EditableTagRendering.ts index db01784..6c85f82 100644 --- a/UI/Popup/EditableTagRendering.ts +++ b/UI/Popup/EditableTagRendering.ts @@ -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("flex w-full break-word justify-between text-default landscape:w-1/2 landscape:p-2") + ]).SetClass("flex w-full break-word justify-between text-default landscape:w-1/2 landscape:p-2 pb-2 border-b border-gray-300 mb-2") .Render(); }