about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-03-28 14:51:40 +0100
committerThibG <thib@sitedethib.com>2019-03-28 19:56:03 +0100
commit60fc04756a31621d7d86fef4dd4b4d7f7351c362 (patch)
tree4ff5121da8c07ddf281fa91fd698a073b831c9b6 /app/javascript/flavours/glitch/styles/components/index.scss
parent58da5e93c041e071056ff8a0532b2d9995554f86 (diff)
Fix padding and centering of display names
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index b9811f25c..f996bbfc5 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -269,9 +269,7 @@
 
 .display-name {
   display: block;
-  padding: 6px 0;
   max-width: 100%;
-  height: 36px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;