Closed (works as designed)
Project:
Shiny (Administration theme)
Version:
7.x-1.0-rc5
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2013 at 13:21 UTC
Updated:
24 Jun 2014 at 07:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dudenhofer commentedThe help text above this line actually explains the reason behind this.
This is a safe-guard to field sizes expanding the width of the overlay/page when these test inputs are set too wide. I tried using a max-width instead, but then if a text field size is set to a number that is wider than the page width, it will force scrolling or overlapping. Despite it being confusing to some one who is trying to style field sizes outside of CSS, I think this is probably best as it is. Especially since Seven in Drupal core works the exact same way.
Comment #2
batigolixThanks for the feedback & apologies for not having looked into it deeper.
Another reason I posted this, is that in the case of fields with a suffix (e.g. Integer fields), the suffix is displayed on the next line because the input field has a 100% width. See the attached screenshot.
Comment #2.0
batigolixcode markup
Comment #3
merilainen commentedUsing a value like 90% would work with some short field suffixes