aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/select/select-tags.component.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/app/shared/shared-forms/select/select-tags.component.scss
parent64553e8809271df1113e9143426a27f234410a74 (diff)
downloadPeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.tar.gz
PeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.tar.zst
PeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.zip
Fix ng select tags height
Diffstat (limited to 'client/src/app/shared/shared-forms/select/select-tags.component.scss')
-rw-r--r--client/src/app/shared/shared-forms/select/select-tags.component.scss15
1 files changed, 13 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-forms/select/select-tags.component.scss b/client/src/app/shared/shared-forms/select/select-tags.component.scss
index ad76bc7ee..f45884fb2 100644
--- a/client/src/app/shared/shared-forms/select/select-tags.component.scss
+++ b/client/src/app/shared/shared-forms/select/select-tags.component.scss
@@ -1,3 +1,14 @@
1ng-select ::ng-deep .ng-arrow-wrapper { 1ng-select ::ng-deep {
2 display: none; 2 .ng-arrow-wrapper {
3 display: none;
4 }
5
6 .ng-value-container {
7 padding-top: 2px !important;
8 }
9
10 .ng-value {
11 margin-bottom: 2px !important;
12 max-height: 24px;
13 }
3} 14}