Remove display:block from wp-edit-field span

This causes the edit field to span the entire width. This in turn causes
accessibility mode to jump slightly when editing a field.
pull/4751/head
Oliver Günther 8 years ago
parent eaaed274e4
commit 7446ce8f07
  1. 6
      app/assets/stylesheets/content/work_packages/inplace_editing/_edit_fields.sass

@ -33,12 +33,6 @@
text-overflow: ellipsis
overflow: hidden
> span:first-of-type
display: block
overflow: hidden
text-overflow: ellipsis
// Avoid jumping subject field
&:first-of-type
padding: 0

Loading…
Cancel
Save