Revert "Fix display overflow on metadata edit form dialog (#1810)" (#1815)

This reverts commit d76251ba21.
This commit is contained in:
Aditya Chandel
2025-12-10 13:24:46 -07:00
committed by GitHub
parent 503c82fcd7
commit d8017ff980
2 changed files with 3 additions and 34 deletions

View File

@@ -1,28 +1,9 @@
::ng-deep .layout-main .tabpanels-responsive {
.tabpanels-responsive {
height: calc(100dvh - 9.7rem);
}
@media (max-width: 768px) {
::ng-deep .layout-main .tabpanels-responsive {
.tabpanels-responsive {
height: calc(100dvh - 8.5rem);
}
}
::ng-deep .p-dialog-content,
::ng-deep p-dialog app-book-metadata-center,
::ng-deep p-dialog app-book-metadata-center > div {
display: flex;
}
::ng-deep p-tablist {
flex-shrink: 0;
}
::ng-deep .p-dialog-content {
padding: 0;
}
::ng-deep p-dialog app-book-metadata-center > div {
border-radius: 0 0 0.75rem 0.75rem !important;
border-width: 1px 0 0 !important;
}

View File

@@ -19,19 +19,7 @@
}
::ng-deep .p-autocomplete-input-chip {
width: 2rem;
}
::ng-deep .p-autocomplete-clearable ul {
padding-inline-end: 2rem !important;
}
::ng-deep .p-autocomplete-clearable .p-autocomplete-clear-icon {
right: 0px;
margin-top: -1rem;
width: 2rem;
height: 2rem;
padding: 0.5rem;
width: 7rem;
}
::ng-deep .withbutton input,