fix value recovery time SLA

This commit is contained in:
Dede Fuji Abdul
2024-03-04 19:52:39 +07:00
parent e7fecec6a0
commit 55187b01e7
2 changed files with 7 additions and 1 deletions

View File

@ -1521,6 +1521,10 @@ body {
display: inline-flex;
}
.table {
display: table;
}
.grid {
display: grid;
}