summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/admin.scss
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-07-07 03:03:00 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-14 00:54:18 +0100
commit6b7c0a93d3b21dd024feedc9501b24729cbb1026 (patch)
treefb91d3d43acbdfb173cc2913b9570974ab848b04 /app/assets/stylesheets/pages/admin.scss
parentf5cff060bc74fc0c18a70e111f3ed4fb8a5f2a91 (diff)
downloadgitlab-ce-6b7c0a93d3b21dd024feedc9501b24729cbb1026.tar.gz
Final table styling changes
Diffstat (limited to 'app/assets/stylesheets/pages/admin.scss')
-rw-r--r--app/assets/stylesheets/pages/admin.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss
index 9220ddd67c0..dd3df93a200 100644
--- a/app/assets/stylesheets/pages/admin.scss
+++ b/app/assets/stylesheets/pages/admin.scss
@@ -98,9 +98,12 @@
}
}
-table.abuse-reports tbody tr td {
- vertical-align: top;
- &:nth-child(5) {
- min-width: 220px;
+.abuse-reports {
+ table-layout: fixed;
+ td {
+ vertical-align: top !important;
+ &.action-buttons a {
+ white-space: normal;
+ }
}
}