Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Nov 15, 2023
1 parent a1f867e commit b23455e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@include big-phone {
margin-bottom: 0;
padding: 0.5rem 0.5rem 0 0.5rem;
padding: 0.5rem 0rem 0 0.5rem;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@
font-weight: 600;
color: $secondary-blue;
margin-right: 2.5rem;
margin-left: 1rem;
margin-left: 0.75rem;
margin-bottom: 0.5rem;
cursor: pointer;
}

.messageContent {
word-wrap: break-word;
white-space: pre-line;
margin-right: 1rem;
margin-left: 1rem;
margin-right: 0.75rem;
margin-left: 0.75rem;
word-break: break-word;
}

Expand Down

0 comments on commit b23455e

Please sign in to comment.