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 Bennett <lukeeeebennettplus@gmail.com>2016-08-13 14:20:57 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-14 02:54:18 +0300
commitd8f88aa4101e654982a4d941742d07a299a472f9 (patch)
treef116320a0422d13cd80c84d16a45b6f0895e3cb0 /app/assets/stylesheets/pages/admin.scss
parent673806a29e66d72ba2d8cc4e0f42611d96e0bfd7 (diff)
Review changes
Diffstat (limited to 'app/assets/stylesheets/pages/admin.scss')
-rw-r--r--app/assets/stylesheets/pages/admin.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss
index 265ca3da3e6..c9cdfdcd29c 100644
--- a/app/assets/stylesheets/pages/admin.scss
+++ b/app/assets/stylesheets/pages/admin.scss
@@ -108,7 +108,10 @@
.message {
word-wrap: break-word;
}
-
+ .btn {
+ white-space: normal;
+ padding: $gl-btn-padding;
+ }
th {
width: 15%;
&.wide {