Changes between Initial Version and Version 1 of Ticket #5601, comment 14
- Timestamp:
- Jul 27, 2012, 12:10:38 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5601, comment 14
initial v1 8 8 }}} 9 9 seems to fix this issue, but causes an additional issue to existing styles probably 10 11 It seems the issue comes down to the clearfix 12 {{{ 13 .ui-helper-clearfix::after { 14 clear: both; 15 } 16 }}}