fix text-overflow of timepicker

master
Georg Ehrke 2013-04-02 07:09:26 +02:00
parent a827f51ef5
commit a6f2b43526
1 changed files with 4 additions and 0 deletions

View File

@ -135,4 +135,8 @@ margin-bottom:4px;
#fullcalendar{
overflow: auto;
}
.ui-timepicker-hour-cell *, .ui-timepicker-minute-cell *{
text-overflow: clip !important;
}