- From: Morten Stenshorne via GitHub <sysbot+gh@w3.org>
- Date: Thu, 03 Apr 2025 06:41:23 +0000
- To: public-css-archive@w3.org
So merely specifying `column-height` should enable multicol. Does this look right? ```html <div style="width:100px; column-height:100px; background:yellow;"> <div style="width:50px; height:200px; background:blue;"></div> </div> ```  -- GitHub Notification of comment by mstensho Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11975#issuecomment-2774642210 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 3 April 2025 06:41:24 UTC