adding cell action

This commit is contained in:
Dede Fuji Abdul
2023-10-30 08:43:40 +07:00
parent 1cb73a222a
commit 9309b054c7
2 changed files with 29 additions and 19 deletions

View File

@ -1124,6 +1124,10 @@ select {
margin-top: 0.75rem;
}
.mt-3\.5 {
margin-top: 0.875rem;
}
.mt-4 {
margin-top: 1rem;
}
@ -1136,10 +1140,6 @@ select {
margin-top: 1.5rem;
}
.mt-3\.5 {
margin-top: 0.875rem;
}
.line-clamp-1 {
overflow: hidden;
display: -webkit-box;
@ -1231,6 +1231,10 @@ select {
height: calc(100% - 64px);
}
.h-\[calc\(90vh-24px\)\] {
height: calc(90vh - 24px);
}
.h-fit {
height: -moz-fit-content;
height: fit-content;
@ -1244,18 +1248,6 @@ select {
height: 80vh;
}
.h-screen {
height: 100vh;
}
.h-\[90vh\] {
height: 90vh;
}
.h-\[calc\(90vh-24px\)\] {
height: calc(90vh - 24px);
}
.max-h-0 {
max-height: 0px;
}