Skip to content

Commit

Permalink
post rebase style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jul 19, 2024
1 parent ff8f340 commit 6bbdf5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
position: relative;
}

.dataviews-filters__container {
padding-top: 0;
margin-top: -$grid-unit-10;
}

.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled="true"] {
&,
&:hover {
Expand Down
3 changes: 2 additions & 1 deletion packages/dataviews/src/components/dataviews/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@

/* stylelint-disable-next-line scss/at-rule-no-unknown -- '@container' not globally permitted */
@container (max-width: 430px) {
.dataviews__view-actions {
.dataviews__view-actions,
.dataviews-filters__container {
padding: $grid-unit-15 $grid-unit-30;

.components-search-control {
Expand Down

0 comments on commit 6bbdf5d

Please sign in to comment.