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
path: root/app
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-08-20 16:29:22 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-08-20 16:29:22 +0400
commit16500a2027a8db2d5bfde24772d45387ba3f560f (patch)
treeff27da12c7acae37264070b9b5cb640a5faa7886 /app
parent08ff7c38e94365c19fe892e61df73ffd674a4609 (diff)
parent6f679236506da2ac580e227ac46fdcb3529dc6dd (diff)
Merge pull request #7552 from Razer6/fix_star_button
use default white-space for sidebar buttons, fixes #7549
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/projects.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss
index 6757cbd30f6..6e34f736ac9 100644
--- a/app/assets/stylesheets/sections/projects.scss
+++ b/app/assets/stylesheets/sections/projects.scss
@@ -192,6 +192,7 @@ ul.nav.nav-projects-tabs {
background-image: none;
.btn, &.btn {
+ white-space: normal;
text-align: left;
padding: 10px 15px;
background-color: #F1f1f1;