about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/accounts.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-09-13 19:15:59 +0200
committerThibaut Girka <thib@sitedethib.com>2019-09-18 17:27:20 +0200
commit823df17e547941458b502287add10c57959bd9bb (patch)
tree21109a7f65f0752b35a5b08ae7efbc7bebd8a7be /app/javascript/flavours/glitch/styles/accounts.scss
parent0a1d9032f72662872e61e3c80b03ed15da597d9c (diff)
[Glitch] Fix profile fields overflowing page width
Port cfd4c55c8825f301f88cf5d90afe36a10d590329 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/accounts.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/accounts.scss b/app/javascript/flavours/glitch/styles/accounts.scss
index 0fae137f0..a827d271a 100644
--- a/app/javascript/flavours/glitch/styles/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/accounts.scss
@@ -226,6 +226,7 @@
 }
 
 .account__header__fields {
+  max-width: 100vw;
   padding: 0;
   margin: 15px -15px -15px;
   border: 0 none;