Fixed issue #13 - Datetime widget broken in long inlines

pull/17/head
Fabio Caccamo 2017-02-09 15:08:58 +01:00
parent beec7242c6
commit ded2fee89c
1 changed files with 6 additions and 0 deletions

View File

@ -298,6 +298,12 @@
display:table; display:table;
} }
/* begin fix issue #13 - Datetime widget broken in long inlines */
p.datetime {
white-space:nowrap;
}
/* end fix */
/* begin fix lateral padding to align text with field labels */ /* begin fix lateral padding to align text with field labels */
.module h2, .module h2,
.dashboard .module caption, .dashboard .module caption,