aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 7843d3be7..f3e7880ac 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -339,7 +339,8 @@
339.input-group { 339.input-group {
340 > .btn, 340 > .btn,
341 > .input-group-text { 341 > .input-group-text {
342 height: $button-height; 342 padding-top: 4px;
343 padding-bottom: 4px;
343 } 344 }
344 345
345 > .input-group-text { 346 > .input-group-text {