Last active
September 4, 2024 15:28
-
-
Save chuckntaylor/765205e4962964958f3e2823f51563d4 to your computer and use it in GitHub Desktop.
Auto-sizing Grid Column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Using Unocss or Tailwind --> | |
<div class="grid grid-cols-[auto_1fr]"> | |
<div>A column that will be limited to the size of the content</div> | |
<div>A column that will take up the remaining space</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment