Opened 9 years ago
Closed 9 years ago
#9889 closed bug (notabug)
Datepicker overflowing box
Reported by: | HaydenD | Owned by: | HaydenD |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using pt-BR Brazil language file datepicker table overflow the container div. This can be fixed by using min-width:17em; instead of width:17em; on the ui-datepicker class
Change History (3)
comment:1 Changed 9 years ago by
Owner: | set to HaydenD |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
Status: | pending → new |
---|
Apologies it appears my personal css was overriding the "table thead th" font-size and increasing it to 1.2em pushing the table outside of the container. It still maybe worth considering changing the width to min-width to protect against this.
Please close the ticket.
Note: See
TracTickets for help on using
tickets.
Hi HaydenD,
Can you please provide a reduced test case that shows this behavior? I'm not seeing the problem: http://jsfiddle.net/qKS2v/
Thanks.