-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout breaks with read only field with null value #33
Comments
Could not reproduce.
<div class="controls">
<span class="readonly"></span>
</div> |
<div class="control-group form-row field-phone ">
<div>
<div class="control-label">
<label>Phone:</label>
</div>
<div class="controls">
<span class="readonly"></span>
</div>
</div>
</div> |
Refactored fieldset by wrapping in another container which hides by overflow: hidden control column background
Could you please check this issue with latest develop version? Fixing multiline labels should fix this issue too |
This is very strange, are you sure you run collectstatic in case if this is with
I tested on windows for both Firefox and Chrome and everything looks perfect. Can't believe there is so much difference just because of Mac, because as far as i know Chrome uses same rendering engine for both win and mac. |
Hmm... my site appears broken since that last update. I have to figure out what went wrong first.... |
One new thing in referenced commit was new wrapper / tag for fieldset.html. In case you extend and use your own fieldset.html, you should update it (see commit changes) |
Right, I forgot to copy overridden templates to my |
Good :) Could you take a look on #25, is it fixed too? |
#25 is fixed as well. |
3 issues with 1 commit - not bad :) ok, closing issues, time to sleep. |
On an entry form with a read only field with a null value, the layout breaks. See attached sample with a read only field Phone number with a null value: white area of label breaks into grey coloured data area.
See also issue 29
The text was updated successfully, but these errors were encountered: