diff --git a/booklore-ui/src/app/features/bookdrop/component/bookdrop-bulk-edit-dialog/bookdrop-bulk-edit-dialog.component.scss b/booklore-ui/src/app/features/bookdrop/component/bookdrop-bulk-edit-dialog/bookdrop-bulk-edit-dialog.component.scss index d57c1c3d..3b1753a5 100644 --- a/booklore-ui/src/app/features/bookdrop/component/bookdrop-bulk-edit-dialog/bookdrop-bulk-edit-dialog.component.scss +++ b/booklore-ui/src/app/features/bookdrop/component/bookdrop-bulk-edit-dialog/bookdrop-bulk-edit-dialog.component.scss @@ -2,7 +2,11 @@ display: flex; flex-direction: column; gap: 1rem; - padding: 1rem; + padding: 0 1rem; + + @media (max-width: 768px) { + padding: 0; + } .helper-text { font-size: 0.875rem; @@ -73,7 +77,7 @@ .field-row { display: grid; - grid-template-columns: auto 120px 1fr; + grid-template-columns: auto 6rem 1fr; gap: 0.75rem; align-items: center; } diff --git a/booklore-ui/src/app/features/bookdrop/component/bookdrop-file-review/bookdrop-file-review.component.html b/booklore-ui/src/app/features/bookdrop/component/bookdrop-file-review/bookdrop-file-review.component.html index 96e46354..442e2a84 100644 --- a/booklore-ui/src/app/features/bookdrop/component/bookdrop-file-review/bookdrop-file-review.component.html +++ b/booklore-ui/src/app/features/bookdrop/component/bookdrop-file-review/bookdrop-file-review.component.html @@ -20,6 +20,7 @@