Update CSS and DialogPanel in DetailDialog.vue

This commit is contained in:
Dede Fuji Abdul
2024-03-08 18:23:46 +07:00
parent b66bc38b1c
commit aff2b2ae52
3 changed files with 393 additions and 20 deletions

View File

@ -5684,6 +5684,10 @@ body {
max-width: 20rem;
}
.sm\:max-w-full {
max-width: 100%;
}
.sm\:flex-1 {
flex: 1 1 0%;
}