From d697f6f41897bb9489c690b914d0abfe180d6f44 Mon Sep 17 00:00:00 2001 From: Pratap Rathi Date: Wed, 25 Dec 2024 10:33:46 +0530 Subject: [PATCH] fix: Add SubTag and Tag Modal Footer buttons margin-bottom set to 10px (#2846) --- src/style/app.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/app.module.css b/src/style/app.module.css index 440d988cf5..5bfdef1e66 100644 --- a/src/style/app.module.css +++ b/src/style/app.module.css @@ -154,6 +154,7 @@ } .closeButton { + margin-bottom: 10px; color: var(--delete-button-color); margin-right: 5px; background-color: var(--delete-button-bg);