- From: Morten Stenshorne via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Apr 2025 07:05:12 +0000
- To: public-css-archive@w3.org
> auto If [column-height](https://drafts.csswg.org/css-multicol-2/#propdef-column-height) is not auto behaves as the value wrap otherwise acts as nowrap. So you're saying that `nowrap` would still cause wrapping here? ```html <div style="columns:3; column-fill:auto; column-rule:solid; height:100px; line-height:20px; background:yellow;"> <div style="height:50px;"></div> <div style="columns:2; column-wrap:nowrap; column-rule:1px solid; background:cyan;"> a<br>b<br>c<br>d<br>e<br>f<br>g<br>h<br>i<br>j<br> </div> </div> ``` It currently looks like this:  So we don't want it to look like this?  -- GitHub Notification of comment by mstensho Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11754#issuecomment-2777731998 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 April 2025 07:05:13 UTC