From 211499a7e6d26aa29f7907cb342657260571f65e Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Fri, 19 Feb 2021 11:17:35 +0100 Subject: [PATCH] Add bottom border to metadata view --- .../webapp/src/main/elm/Comp/ItemDetail/SingleAttachment.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webapp/src/main/elm/Comp/ItemDetail/SingleAttachment.elm b/modules/webapp/src/main/elm/Comp/ItemDetail/SingleAttachment.elm index fc9a36d8..2c8d3efc 100644 --- a/modules/webapp/src/main/elm/Comp/ItemDetail/SingleAttachment.elm +++ b/modules/webapp/src/main/elm/Comp/ItemDetail/SingleAttachment.elm @@ -56,7 +56,7 @@ view settings model pos attach = Just am -> Html.map (AttachMetaMsg attach.id) (Comp.AttachmentMeta.view2 - [ class "border-r border-l dark:border-bluegray-600 px-2" ] + [ class "border-r border-l border-b dark:border-bluegray-600 px-2" ] am )