Add min-width utility classes and format table cells

This commit is contained in:
Dede Fuji Abdul
2024-03-13 22:15:20 +07:00
parent 6af6066b7f
commit 6852a8cb84
6 changed files with 475 additions and 185 deletions

View File

@ -1831,6 +1831,14 @@ body {
min-width: 100%;
}
.min-w-\[60px\] {
min-width: 60px;
}
.min-w-\[100px\] {
min-width: 100px;
}
.max-w-2xl {
max-width: 42rem;
}