Fixed issue #13 - Datetime widget broken in long inlines
parent
beec7242c6
commit
ded2fee89c
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue