Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

issue 46 fix #561

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions client/src/components/Pill/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
color: $textColor;
display: inline-flex;
font: 400 12pt/1 Inter;
height: 30px;
height: auto;
margin: 4px;
padding: 0 10px;
padding: 10px 10px;
word-break: break-word;
}

.pillName {
Expand Down