Column layout causes white-space no-wrap on every descendant

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 9.6.0
    • Affects Version/s: 9.5.1.3, 9.6.0
    • Component/s: None
    • Security Level: Jimmy
    • None
    • 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>
      

            Assignee:
            Leon03
            Reporter:
            MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: