Steps to Reproduce
Ensure breeze theme is used. Other themes that were checked did not have this issue.
Open the test.zul file.
Current Result
See zk8_column_alignment_issue.png
Expected Result
Columns line up correctly as per ZK 7.0.5
Debug Information
Should be border-left.
Workaround
<style> .z-auxheader { border-left: 1px solid #CFCFCF; border-right: 0; } </style>
- relates to
-
ZK-3525 implement frozen alternative
- Closed