aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/ng-select.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-20 14:50:46 +0200
committerChocobozzz <me@florianbigard.com>2021-10-20 14:50:46 +0200
commitebe9b6b3f32d8432980854a51d28a8fb88fe62e5 (patch)
treeb478430b849b57555512a37eb87717ab5bb85a37 /client/src/sass/ng-select.scss
parent64553e8809271df1113e9143426a27f234410a74 (diff)
downloadPeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.tar.gz
PeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.tar.zst
PeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.zip
Fix ng select tags height
Diffstat (limited to 'client/src/sass/ng-select.scss')
-rw-r--r--client/src/sass/ng-select.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss
index 229300ca5..df0e0aaf4 100644
--- a/client/src/sass/ng-select.scss
+++ b/client/src/sass/ng-select.scss
@@ -23,6 +23,7 @@ $ng-select-value-font-size: 15px;
23 &.ng-select-focused { 23 &.ng-select-focused {
24 &:not(.ng-select-opened) > .ng-select-container { 24 &:not(.ng-select-opened) > .ng-select-container {
25 border-color: #ccc !important; 25 border-color: #ccc !important;
26 box-shadow: none !important;
26 } 27 }
27 } 28 }
28 29