diff options
author | kimsible <kimsible@users.noreply.github.com> | 2020-04-29 17:44:21 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-04-30 17:52:37 +0200 |
commit | c285180a45e6cd342184512cae2bb56af51fe833 (patch) | |
tree | 59de0645210d609d9c5b88220246c5b511fda041 /client/src/sass/application.scss | |
parent | 1def3c526ec385cbd2112d9907e8a4a73af110ca (diff) | |
download | PeerTube-c285180a45e6cd342184512cae2bb56af51fe833.tar.gz PeerTube-c285180a45e6cd342184512cae2bb56af51fe833.tar.zst PeerTube-c285180a45e6cd342184512cae2bb56af51fe833.zip |
Fix select width on view < 800px
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 7ea82b6f9..b62c91384 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -331,7 +331,8 @@ table { | |||
331 | input[type=text], | 331 | input[type=text], |
332 | input[type=password], | 332 | input[type=password], |
333 | input[type=email], | 333 | input[type=email], |
334 | textarea { | 334 | textarea, |
335 | .peertube-select-container { | ||
335 | width: 100% !important; | 336 | width: 100% !important; |
336 | } | 337 | } |
337 | } | 338 | } |