Skip to content

Commit

Permalink
fix(processes/profile): fix selected location chip height
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Jul 21, 2024
1 parent 1886f87 commit 68e1042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
overflow-x: auto;
gap: 12px;

height: 32px;
flex-shrink: 0;

& > * {
flex-shrink: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
overflow-x: auto;
gap: 12px;

height: 32px;
flex-shrink: 0;

& > * {
flex-shrink: 0;
Expand Down

0 comments on commit 68e1042

Please sign in to comment.