Skip to content

Commit

Permalink
Data Views: Add padding around selected values in author filter (Word…
Browse files Browse the repository at this point in the history
…Press#63212)

* Add padding around selected value for filtering in dataview

* Replace height with min-height for single author selection

Co-authored-by: akasunil <sunil25393@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: annezazu <annezazu@git.wordpress.org>
  • Loading branch information
5 people authored and huubl committed Jul 10, 2024
1 parent 594f8c4 commit c44c86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,8 @@
border-radius: $grid-unit-20;
border: 1px solid transparent;
cursor: pointer;
padding: 0 $grid-unit-15;
height: $grid-unit-40;
padding: $grid-unit-05 $grid-unit-15;
min-height: $grid-unit-40;
background: $gray-100;
color: $gray-800;
position: relative;
Expand Down

0 comments on commit c44c86f

Please sign in to comment.