Fix stlye issues with type selector

pull/5212/head
Henriette Dinger 8 years ago committed by Oliver Günther
parent a41cc3ba78
commit 892e333808
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 11
      app/assets/stylesheets/content/work_packages/_work_packages_show_view_overwrite.scss
  2. 2
      app/assets/stylesheets/content/work_packages/fullscreen/_back_button.sass

@ -227,6 +227,8 @@ body.controller-work_packages.action-show {
width: initial;
align-self: center;
flex-grow: 1;
/* Leave space for the back button */
max-width: calc(100% - 100px);
.wp-table--cell-span {
@ -287,7 +289,14 @@ body.controller-work_packages.action-show {
}
.wp-edit-field.-active {
margin-right: 5px !important;
margin-right: 80px !important;
width: 95%
}
.inplace-edit--read-value--value-span {
white-space: nowrap;
}
.inplace-edit--read-value--value-span:after {
content: ':';
}
}

@ -1,8 +1,8 @@
.wp-show--back-button
width: 100px
padding: 0 10px
align-self: center
a
margin: 0
margin-top: 18px
width: 75px

Loading…
Cancel
Save