Job detail min height implemented
This commit was merged in pull request #736.
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@
|
||||
|
||||
/* Modal Body section */
|
||||
.modal-body-wrapper {
|
||||
@apply w-full h-full overflow-y-auto flex flex-col items-center px-10 p-2
|
||||
@apply w-full min-h-[300px] h-full overflow-y-auto flex flex-col items-center px-10 p-2
|
||||
}
|
||||
|
||||
/* modal footer */
|
||||
|
||||
Reference in New Issue
Block a user