diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-20 14:50:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-20 14:50:46 +0200 |
commit | ebe9b6b3f32d8432980854a51d28a8fb88fe62e5 (patch) | |
tree | b478430b849b57555512a37eb87717ab5bb85a37 /client/src/app/+admin | |
parent | 64553e8809271df1113e9143426a27f234410a74 (diff) | |
download | PeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.tar.gz PeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.tar.zst PeerTube-ebe9b6b3f32d8432980854a51d28a8fb88fe62e5.zip |
Fix ng select tags height
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/system/logs/logs.component.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+admin/system/logs/logs.component.scss b/client/src/app/+admin/system/logs/logs.component.scss index be66d563b..128c71e40 100644 --- a/client/src/app/+admin/system/logs/logs.component.scss +++ b/client/src/app/+admin/system/logs/logs.component.scss | |||
@@ -52,6 +52,11 @@ | |||
52 | @include peertube-select-container(150px); | 52 | @include peertube-select-container(150px); |
53 | } | 53 | } |
54 | 54 | ||
55 | my-select-tags { | ||
56 | min-width: 250px; | ||
57 | max-width: 400px; | ||
58 | } | ||
59 | |||
55 | > * { | 60 | > * { |
56 | @include margin-left(10px); | 61 | @include margin-left(10px); |
57 | } | 62 | } |