Skip to content

Commit

Permalink
Revert "fix: use better spacing in item title when the title wraps to…
Browse files Browse the repository at this point in the history
… multiple lines (#1099)" (#1112)

This reverts commit f76ed0e.
  • Loading branch information
jenniferarnesen authored Sep 24, 2020
1 parent f76ed0e commit 5a0b3b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Item/ItemHeader/styles/ItemHeader.module.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
.itemWrap {
padding: var(--spacers-dp8);
}

.itemHeaderWrap {
display: flex;
margin: var(--spacers-dp8) var(--spacers-dp4) var(--spacers-dp8)
margin: var(--spacers-dp4) 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 5a0b3b2

Please sign in to comment.