Skip to content

Commit

Permalink
Merge pull request #939 from scireum/feature/sbi/OX-7441
Browse files Browse the repository at this point in the history
Adds a helper class for setting whitespace to pre line
  • Loading branch information
sabieber authored Sep 24, 2021
2 parents 02c5da8 + 55a30bb commit 90adac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/default/assets/tycho/styles/typeface.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
white-space: pre-wrap;
}

.whitespace-pre-line {
white-space: pre-line;
}

.text-black-75 {
color: rgba(33, 37, 41, 0.75) !important;
}
Expand Down

0 comments on commit 90adac2

Please sign in to comment.