From d67e09a60d237a133a21fc55c85e220ea8972a53 Mon Sep 17 00:00:00 2001 From: Satyam Bansal Date: Wed, 2 Aug 2023 02:25:26 +0530 Subject: [PATCH] dialog_widget: Add horizontal padding to the modal content. Previously, the modal content bottom border sometimes gets hidden due to subpixel rounding. --- web/styles/modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/modal.css b/web/styles/modal.css index 8a7ea850212f82..c032fdca8005d0 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -86,7 +86,7 @@ flex-direction: column; font-size: 1rem; overflow-y: auto; - padding: 0 24px; + padding: 2px 24px; line-height: 1.5; &.simplebar-scrollable-y + .modal__footer {