about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-14 05:25:49 +0100
committerThibaut Girka <thib@sitedethib.com>2019-03-14 17:44:39 +0100
commitd8b43f4bd66ae1ef3e70e9725bbb76ee1b375f44 (patch)
tree2ff56c9fcda8df995cdffc3efb46ee5356c78d0f
parent07eb31eeacc4e0364b839233a41fa65eb3c650ce (diff)
[Glitch] Improve invites list with click-to-copy inputs
Port 6e3936aa6f4296ac202b54c0b178b4fa825d7885 to glitch-soc
-rw-r--r--app/javascript/flavours/glitch/styles/tables.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/tables.scss b/app/javascript/flavours/glitch/styles/tables.scss
index 9fd0b95bb..296182ff5 100644
--- a/app/javascript/flavours/glitch/styles/tables.scss
+++ b/app/javascript/flavours/glitch/styles/tables.scss
@@ -82,6 +82,10 @@
       }
     }
   }
+
+  &--invites tbody td {
+    vertical-align: middle;
+  }
 }
 
 .table-wrapper {