[ci skip]
@ -11,6 +11,10 @@
#wp-new-inline-edit--field-type
margin-left: 5px
// Fix display left padding of tpye
.wp-edit-field--display-field
padding-left: 0 !important
// Disable text decoration from toolbar span
.wp-edit-field--display-field:hover
text-decoration: none
@ -255,6 +255,10 @@ body.controller-work_packages.full-create
.wp-table--cell-span
padding-right: 5px !important
// Remove left padding from type
@media only screen and (min-width: 679px)
.wp-edit-field--container.-active
margin-right: 80px !important