Merge pull request #6757 from opf/fix/28740-Horizontal-scrollbars-due-to-links-in-work-package-activity

[28740] Horizontal scrollbars due to links in work package activity
pull/6760/head
Markus Kahl 6 years ago committed by GitHub
commit ae46b25515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/assets/stylesheets/content/_wiki.sass
  2. 8
      app/assets/stylesheets/content/work_packages/tabs/_activities.sass

@ -91,6 +91,9 @@ div.wiki
li li
list-style-type: none list-style-type: none
ul li
word-wrap: break-word
// ------------------- GENERAL ------------------- // ------------------- GENERAL -------------------
.external.icon-context:before .external.icon-context:before

@ -31,13 +31,7 @@
margin: 12px 0 0 0 margin: 12px 0 0 0
padding: 0 25px 0 0 padding: 0 25px 0 0
li li, p
span
word-wrap: break-word
// important for IE
display: block
max-width: 100%
p
word-wrap: break-word word-wrap: break-word
&.wiki &.wiki

Loading…
Cancel
Save