[23637] Show remove icons when the browser window is smaller than 1248px in width (#4669)

* always show inline-edit remove buttons in split view

* show remove icons for even smaller resolutions..
pull/4678/head
Manu Schiller 8 years ago committed by Oliver Günther
parent 33cbff10f7
commit f4cf9d55c6
  1. 1
      app/assets/stylesheets/content/_in_place_editing.sass
  2. 4
      app/assets/stylesheets/layout/_work_package_mobile.sass

@ -306,6 +306,7 @@ a.inplace-editing--trigger-link,
.inplace-edit--icon-wrapper
visibility: visible
display: flex
// Otherwise the description will show up in one line on IE10
.inplace-edit--read-value

@ -145,10 +145,6 @@
bottom: -20px
width: calc(100vw + 20px)
// Stretch description to fullwidth
.inplace-edit--icon-wrapper
display: none
.work-package-details-activities-messages
font-size: 0.9rem

Loading…
Cancel
Save