Merge pull request #6856 from opf/fix/29055-Small-responsiveness-issues

[29055] Small responsiveness issues
pull/6861/head
ulferts 6 years ago committed by GitHub
commit 2069f73cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/assets/stylesheets/content/_forms.sass
  2. 2
      app/assets/stylesheets/layout/work_packages/_full_view.sass

@ -248,6 +248,7 @@ hr
border: 0
// Flexbox needs that parents of children with overflow set to have a width:
min-width: 0
word-break: break-word
%form--fieldset-legend-or-section-title

@ -48,6 +48,7 @@ body.controller-work_packages.full-create
@include clearfix
ul#toolbar-items
margin-left: 10px
@include clearfix
li
@ -184,6 +185,7 @@ body.controller-work_packages.full-create
margin-bottom: 6px
.subject-header
width: 100%
margin: 0
.wp-table--cell-span

Loading…
Cancel
Save