From 9c0cdc5047918b959ebd5e075ddad81eb7fb93f0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Sep 2022 16:18:08 +0200 Subject: Fix subscription button radius --- client/src/sass/bootstrap.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 97f72c41f..9328a27a2 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -333,7 +333,10 @@ .input-group-text > .dropdown-toggle { display: flex; } +} +.input-group, +.btn-group { .last-in-group { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; -- cgit v1.2.3