Fixed issue #10 - Related widget broken in long tabular inline
parent
b416b46c5a
commit
1f3bb6514c
|
|
@ -355,6 +355,12 @@
|
||||||
color:#888888 !important;
|
color:#888888 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* begin fix issue #10 - Related widget broken in long tabular inline */
|
||||||
|
.inline-group .tabular .related-widget-wrapper {
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
/* end fix */
|
||||||
|
|
||||||
.inline-related h3 {
|
.inline-related h3 {
|
||||||
padding:6px 10px !important;
|
padding:6px 10px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue