projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1def3c5
)
Fix select width on view < 800px
author
kimsible
<kimsible@users.noreply.github.com>
Wed, 29 Apr 2020 15:44:21 +0000
(17:44 +0200)
committer
Rigel Kent
<par@rigelk.eu>
Thu, 30 Apr 2020 15:52:37 +0000
(17:52 +0200)
client/src/sass/application.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/application.scss
b/client/src/sass/application.scss
index 7ea82b6f9f5a065c2493516b1b034c7e7d0cbc15..b62c91384e9fdd6cd965aa6cb5bf057ffb41ca24 100644
(file)
--- a/
client/src/sass/application.scss
+++ b/
client/src/sass/application.scss
@@
-331,7
+331,8
@@
table {
input[type=text],
input[type=password],
input[type=email],
- textarea {
+ textarea,
+ .peertube-select-container {
width: 100% !important;
}
}