From a615c4934d0b2e29e8e86307059ee60bd4faa87f Mon Sep 17 00:00:00 2001 From: artosepyan Date: Fri, 10 Jan 2025 15:51:00 +0300 Subject: [PATCH] Fixed adaptability on the solutions page. Issues #1584 --- resources/sass/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/sass/_custom.scss b/resources/sass/_custom.scss index 3afcd579..cd71ee90 100644 --- a/resources/sass/_custom.scss +++ b/resources/sass/_custom.scss @@ -41,6 +41,7 @@ border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0 !important; width: 100%; } + .input-group .form-control { border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius) !important; margin: 0 !important;