Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Oct 2013 at 07:27 UTC
Updated:
29 Jul 2014 at 23:02 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #1
swentel commentedMakes sense.
Wondering whether we should also look at the tags label and definitely the language label, because that one is really akward - but that might be fixable with #1471706: Allow hook_field_extra_fields() label to be displayed Above/Inline/Hidden, the same way fields and groups are
Comment #2
joelpittetDamn, must have cross-posted somehwere else when I replied a few days ago. I was thinking this should be 1em instead of 5px, just to keep things relative as bases change.
Comment #3
swentel commented1em was a lot, so went for the straight conversion of px to em
Comment #4
joelpittetIf 1em length is too far, which is more than 5px... then 0.5em would fit the bill pretty close (6px @12px base from Bartik) Which is what most spaces are anyways.
En = 1/2em for those who are curious. *star rainbow*
http://en.wikipedia.org/wiki/En_%28typography%29
Comment #5
swentel commentedHmm yeah, still looks good then.
Comment #6
joelpittetGreat, thanks @swentel and @larowlan :)
Comment #7
alexpottCommitted bc7a91a and pushed to 8.x. Thanks!