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:
authorRubén Moya <rmoyarodriguez@gmail.com>2018-12-26 16:49:58 +0300
committerFatih Acet <acetfatih@gmail.com>2018-12-26 16:49:58 +0300
commit452d7cd3f3b9fce7e650bdfb950888680dfc59bd (patch)
tree46658ea0eae5c955df3bdae5c8b1681c44e038b0 /app
parent78dcdc871a053e68e60e72d891801895f74b1c79 (diff)
Add word-break to issue title to fix edit button disspearing
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 5b5f486ea63..a1069aa9783 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -60,6 +60,10 @@
padding: 0;
margin-bottom: $gl-padding;
border-bottom: 0;
+ word-wrap: break-word;
+ overflow-wrap: break-word;
+ min-width: 0;
+ width: 100%;
}
.btn-edit {