update table 36

This commit is contained in:
Dede Fuji Abdul
2023-11-02 09:09:23 +07:00
parent d922e9081a
commit 9a519318f2
2 changed files with 19 additions and 37 deletions

View File

@ -1321,6 +1321,11 @@ select {
width: 100%;
}
.w-fit {
width: -moz-fit-content;
width: fit-content;
}
.max-w-2xl {
max-width: 42rem;
}
@ -3162,6 +3167,10 @@ select {
width: 440px;
}
.md\:w-full {
width: 100%;
}
.md\:flex-col {
flex-direction: column;
}