adding cell action
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user