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:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-19 21:01:11 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-19 21:01:11 +0400
commit6f679236506da2ac580e227ac46fdcb3529dc6dd (patch)
tree51dcd7f6d2b90805301f7f27184b4987ba47529f /app/assets
parent0b3ebb6440420de714fe5066aba19ca77e8b1b8f (diff)
use default white-space for sidebar buttons, fixes #7549
Diffstat (limited to 'app/assets')
-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;