Skip to content

Commit

Permalink
Avoid fixed height for variable text
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Apr 11, 2024
1 parent ecf24f9 commit a41e78d
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 @@ -706,8 +706,8 @@
border-radius: $grid-unit-20;
border: 1px solid transparent;
cursor: pointer;
padding: 0 $grid-unit-15;
height: $grid-unit-40;
padding: $grid-unit-10 $grid-unit-15;
min-height: $grid-unit-40;
background: $gray-100;
color: $gray-700;
position: relative;
Expand Down

0 comments on commit a41e78d

Please sign in to comment.