Merge pull request #11697 from opf/fix/45022-work-package-title-overflow

pull/11709/head
Christophe Bliard 2 years ago committed by GitHub
commit b3e65ef662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      frontend/src/global_styles/content/work_packages/single_view/_single_view.sass
  2. 5
      frontend/src/global_styles/layout/work_packages/_full_view.sass

@ -40,7 +40,8 @@
.inline-edit--display-field
white-space: normal
word-break: break-all
overflow-wrap: break-word
hyphens: auto
// Subject field
.wp-new--subject-wrapper

@ -119,6 +119,11 @@
.work-package-details-activities-activity-contents ul.work-package-details-activities-messages
padding-left: 0
li .message
white-space: normal
overflow-wrap: break-word
hyphens: auto
.activity-comment
margin-top: 15px

Loading…
Cancel
Save