File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222- ** Menu** - Fixes ` disabled item ` showing hover style for ` secondary menu ` ** Thanks @tcmal ** #6268
2323- ** CSS Variables** - Added use of ` @normal ` for normal font weight for all non-default themes included in repo. #6227
2424- ** Image** - Fixes margin being applied twice to ` ui images ` #6224
25+ - ** Reveal** - Fix ` whitespace: nowrap; ` applying to content inside ` slide reveal ` and ` move reveal `
2526
2627** Docs**
2728- Fixes CDN links in docs ** Thanks @KSH-code **
Original file line number Diff line number Diff line change 6464.ui.slide.reveal > .content {
6565 display : block ;
6666 width : 100% ;
67+ white-space : normal ;
6768 float : left ;
6869
6970 margin : 0em ;
154155.ui.move.reveal > .content {
155156 display : block ;
156157 float : left ;
158+ white-space : normal ;
157159
158160 margin : 0em ;
159161 transition : @moveTransition ;
You can’t perform that action at this time.
0 commit comments