This commit is contained in:
Burak Civan
2022-11-07 17:37:46 +03:00
4 changed files with 10 additions and 1 deletions

3
public/css/app.css vendored
View File

@@ -7281,6 +7281,9 @@ button, input, optgroup, select, textarea{
.min-h-0{
min-height: 0px;
}
.min-h-500{
min-height: 500px;
}
.min-h-full{
min-height: 100%;
}