Active
Project:
Social Insurance Number (CCK)
Version:
6.x-2.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2011 at 14:16 UTC
Updated:
19 May 2011 at 15:32 UTC
Hello I have a large CCK from that uses SIN. I have set the field size to various values, currently 20, but the size I set is not reflected in the form. Rather than 20 char it seems set to 100%. This is the only field that has this trouble.
Comments
Comment #1
selvakumar commentedThis style problem. Inspect that field and it may be set width: 100%; Change it to auto. width: auto;
It will work
Comment #2
tomdavidson commentedYes, style just dont understand why its only SIN that I have the issue with. Can you help with the styling a bit more? In the HTML I have:
In my element inspector there is:
If I change the width to be auto or even disable the setting the SIN field appears as it should. I have tried several over-rides in my local.css with out success. I do not understand the issue and css well enough to resolve. Thanks, tom