Skip to content

Commit

Permalink
fix: use better spacing in item title when the title wraps to multipl…
Browse files Browse the repository at this point in the history
…e lines (#1099)
  • Loading branch information
jenniferarnesen committed Sep 24, 2020
1 parent 39ca895 commit 795f476
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/Item/ItemHeader/styles/ItemHeader.module.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
.itemWrap {
padding: var(--spacers-dp8);
}

.itemHeaderWrap {
display: flex;
margin: var(--spacers-dp4) var(--spacers-dp4) var(--spacers-dp8)
margin: var(--spacers-dp8) var(--spacers-dp4) var(--spacers-dp8)
var(--spacers-dp8);
}

.itemTitle {
font-weight: 700;
color: var(--colors-grey800);
font-size: 14px;
line-height: 28px;
padding: 0;
margin: 0;
align-self: center;
Expand Down

0 comments on commit 795f476

Please sign in to comment.