diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-16 10:05:55 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-16 10:05:55 +0100 |
commit | 30f939c4b785e8cf2ad829a86f4b2f5892c2fda8 (patch) | |
tree | 0e92c36b04d5eab37108120721d671454868cb19 /client/src/sass/ng-select.scss | |
parent | a31aed9c1ceee068656115096d0652ad12848936 (diff) | |
download | PeerTube-30f939c4b785e8cf2ad829a86f4b2f5892c2fda8.tar.gz PeerTube-30f939c4b785e8cf2ad829a86f4b2f5892c2fda8.tar.zst PeerTube-30f939c4b785e8cf2ad829a86f4b2f5892c2fda8.zip |
Fix button/input/select heights
Diffstat (limited to 'client/src/sass/ng-select.scss')
-rw-r--r-- | client/src/sass/ng-select.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index 55494a556..a9455b38b 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss | |||
@@ -35,8 +35,9 @@ $ng-select-input-text: pvar(--mainForegroundColor); | |||
35 | @import '@ng-select/ng-select/scss/default.theme'; | 35 | @import '@ng-select/ng-select/scss/default.theme'; |
36 | 36 | ||
37 | .ng-select { | 37 | .ng-select { |
38 | @include rounded-line-height-1-5($ng-select-value-font-size); | ||
39 | |||
38 | font-size: $ng-select-value-font-size; | 40 | font-size: $ng-select-value-font-size; |
39 | line-height: $form-input-line-height; | ||
40 | 41 | ||
41 | &.ng-select-focused { | 42 | &.ng-select-focused { |
42 | &:not(.ng-select-opened) > .ng-select-container { | 43 | &:not(.ng-select-opened) > .ng-select-container { |