fix: ux improvements

This commit is contained in:
Jannat Patel
2023-06-28 16:55:43 +05:30
parent 1abb75a58e
commit 3606902753
2 changed files with 32 additions and 5 deletions

View File

@@ -384,7 +384,6 @@ input[type=checkbox] {
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
white-space: nowrap;
margin-bottom: 1.25rem;
}
@@ -1904,10 +1903,6 @@ li {
padding: 0 1rem !important;
}
.modal-dialog-scrollable .modal-body {
overflow-y: unset;
}
.modal-dialog-scrollable .modal-content {
overflow: unset;
}