Skip to content

Commit

Permalink
css changes: wrap filters
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvBsh committed Dec 12, 2024
1 parent 3a13852 commit 1187625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
display: flex;
gap: 16px;
background-color: #f9fafc;
flex-wrap: wrap;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ p-calendar {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-right: 0;
white-space: nowrap;
}

.prefix-dropdown {
Expand Down

0 comments on commit 1187625

Please sign in to comment.