Skip to content

Commit

Permalink
fix: #4813 added styling to resolve overflow issue with project tags (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamGour4616 committed Mar 22, 2024
1 parent f64cf79 commit fb67834
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@
color: $white;
font-weight: 500;
padding: 5px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;

&:hover {
color: $white;
Expand Down

0 comments on commit fb67834

Please sign in to comment.