Skip to content

Commit

Permalink
fix: Item description and utility not breaking (#3097)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored May 8, 2024
1 parent 1948e47 commit 4c33e47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/ItemDetailPage/ItemDetailPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@
.ItemDetailPage .item-data .attribute-row {
display: flex;
flex-direction: row;
gap: 10px;
margin-top: 10px;
}

.ItemDetailPage .item-data .attribute-column .data {
word-break: break-word;
}

.ItemDetailPage .item-data .subtitle {
color: var(--secondary-text);
font-size: 13px;
Expand Down

0 comments on commit 4c33e47

Please sign in to comment.