Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-07-15 21:46:26 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-14 02:54:18 +0300
commitff3dc13f90da40e94aac117402648cc336ba72ad (patch)
tree0cf7ff773f462fa9c64824573d5def64eb7bf0ab /app/assets/stylesheets/pages/admin.scss
parent6b7c0a93d3b21dd024feedc9501b24729cbb1026 (diff)
Review changes
Diffstat (limited to 'app/assets/stylesheets/pages/admin.scss')
-rw-r--r--app/assets/stylesheets/pages/admin.scss13
1 files changed, 9 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss
index dd3df93a200..4ea8292ec2a 100644
--- a/app/assets/stylesheets/pages/admin.scss
+++ b/app/assets/stylesheets/pages/admin.scss
@@ -100,10 +100,15 @@
.abuse-reports {
table-layout: fixed;
- td {
- vertical-align: top !important;
- &.action-buttons a {
- white-space: normal;
+ .action-buttons a {
+ white-space: normal;
+ }
+ @media (min-width: $screen-sm-min) {
+ th {
+ width: 15%;
+ &.wide {
+ width: 55%;
+ }
}
}
}