Merge pull request #5335 from opf/fix/24995-type-selector-is-not-correctly-aligned

[24995] Type selector is not correctly aligned
pull/5337/head
Oliver Günther 8 years ago committed by GitHub
commit f811f9ff39
  1. 8
      app/assets/stylesheets/content/work_packages/_work_packages_show_view_overwrite.scss

@ -250,13 +250,9 @@ body.controller-work_packages.action-show {
line-height: 34px;
}
.work-packages--type-selector .wp-inline-edit--field {
line-height: 34px;
}
.work-packages--subject-element .wp-inline-edit--field {
height: auto;
padding: 0;
height: 1.75rem;
margin-top: 11px;
}
}
}

Loading…
Cancel
Save