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

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

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 9.5.1.3, 9.6.0
    • Fix Version/s: 9.6.0
    • Component/s: None
    • Security Level: Jimmy
    • Labels:
      None

      Description

      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>
      

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                Created:
                Updated:
                Resolved: