From b801c086fa149f2536e1c72b61f7db655f921e8d Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Fri, 3 Dec 2021 09:30:44 -0300 Subject: [PATCH] Fix round of modal buttons.. --- css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.scss b/css/style.scss index cea09d8..2328916 100644 --- a/css/style.scss +++ b/css/style.scss @@ -356,9 +356,9 @@ div.select2-container { } .round-tool-button { - width: 32px; + width: 32px !important; height: 32px; - padding: 0px; + padding: 0px !important; border-radius: 50%; }