Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4876

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.6.0
    • 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>
      

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

              Created:
              Updated:
              Resolved: