diff options
author | test2a <39449563+test2a@users.noreply.github.com> | 2020-11-25 20:27:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 15:57:10 +0100 |
commit | 832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65 (patch) | |
tree | 142b758f4e2e8f85d1015506841696916d0b5052 /client/src/sass/include | |
parent | d07b2944dbbe4877311a68b3960c04b0173957f0 (diff) | |
download | PeerTube-832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65.tar.gz PeerTube-832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65.tar.zst PeerTube-832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65.zip |
adjust registration form width on mobile (#3274)
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index e6491b492..1a94de5b2 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -121,6 +121,7 @@ | |||
121 | min-height: $button-height; | 121 | min-height: $button-height; |
122 | padding-top: 0; | 122 | padding-top: 0; |
123 | padding-bottom: 0; | 123 | padding-bottom: 0; |
124 | flex-wrap: nowrap; | ||
124 | 125 | ||
125 | .input-group-text{ | 126 | .input-group-text{ |
126 | font-size: 14px; | 127 | font-size: 14px; |