Skip to content

Commit 4743432

Browse files
committed
adjust filters padding when visible
1 parent dc429fc commit 4743432

File tree

1 file changed

+1
-5
lines changed
  • projects/packages/forms/src/dashboard/inbox

1 file changed

+1
-5
lines changed

projects/packages/forms/src/dashboard/inbox/style.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,8 @@
145145
}
146146

147147
.jp-forms__inbox__filters-container:not(:empty) {
148-
padding-inline: 48px; // Match header padding
148+
padding-inline: 20px; // Match header padding
149149
padding-block: 12px;
150-
151-
@media (max-width: 782px) {
152-
padding-inline: 24px;
153-
}
154150
}
155151

156152
.jp-forms__inbox-response-name {

0 commit comments

Comments
 (0)