diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-14 05:25:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 05:25:49 +0100 |
commit | 6e3936aa6f4296ac202b54c0b178b4fa825d7885 (patch) | |
tree | 98ce44bae108b3ade92c3ba25aa69be0ebc02c08 /app/javascript/styles | |
parent | 9e33174604952490136a6f8cce2c9bd3ca03a26c (diff) |
Improve invites list with click-to-copy inputs (#10259)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/tables.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/tables.scss b/app/javascript/styles/mastodon/tables.scss index adb75afe5..9e8785679 100644 --- a/app/javascript/styles/mastodon/tables.scss +++ b/app/javascript/styles/mastodon/tables.scss @@ -82,6 +82,10 @@ } } } + + &--invites tbody td { + vertical-align: middle; + } } .table-wrapper { |