Revert "💄 added list.constrainItemsWidth to constrain items width"

This reverts commit 37118381a6.
This commit is contained in:
Nuno Coração
2023-01-05 20:51:11 +00:00
committed by GitHub
parent 17f2b7a8c5
commit dd3bfb1eef
5 changed files with 115 additions and 131 deletions

View File

@@ -1589,11 +1589,6 @@ select {
max-width: 48rem;
}
.max-w-fit {
max-width: -moz-fit-content;
max-width: fit-content;
}
.max-w-\[5rem\] {
max-width: 5rem;
}