Skip to content

Commit

Permalink
fix(sheet overlay): break-word for header
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunlalb committed Jun 3, 2022
1 parent c4cf5fa commit 0fefafa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ $box-shadow: -3px 0px 24px rgba(0, 0, 0, 0.12), -1px 0px 8px rgba(0, 0, 0, 0.08)
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap-reverse;

padding-bottom: 20px;

.header-title {
@include header-4($gray-7);
padding-right: 8px;
word-break: break-word;
margin: 0;
}

Expand Down

0 comments on commit 0fefafa

Please sign in to comment.