-
Bug
-
Resolution: Fixed
-
Normal
-
9.5.1.3, 9.6.0
-
None
-
Security Level: Jimmy
-
None
Steps to Reproduce
https://zkfiddle.org/sample/2alpo5i/1-columnlayout-cause-no-wrap
run fiddle
Current Result
Labels located in a descendant component of the columnlayout receive white-space: no-wrap;
causes content not to line break as expected
Expected Result
column layout doesn't prevent line breaks in content
Debug Information
Workaround
<style> .z-columnchildren-content > * { white-space: initial; } </style>
- relates to
-
ZK-4665 Using percent width in Columnlayout cause line break in firefox and edge
- Closed