From 7370ff5677c16aa88c96cfa5a05bdb404c73e5f6 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 11 Apr 2019 18:40:53 -0500 Subject: let the fields overflow~ --- app/javascript/flavours/glitch/styles/accounts.scss | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/javascript/flavours/glitch/styles/accounts.scss') diff --git a/app/javascript/flavours/glitch/styles/accounts.scss b/app/javascript/flavours/glitch/styles/accounts.scss index 57451c3a1..a1ac5c626 100644 --- a/app/javascript/flavours/glitch/styles/accounts.scss +++ b/app/javascript/flavours/glitch/styles/accounts.scss @@ -242,10 +242,7 @@ box-sizing: border-box; padding: 14px; text-align: center; - max-height: 48px; overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; } dt { -- cgit