1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

notes white-space is pre-line

This commit is contained in:
Kyle Spearrin
2019-02-11 22:16:28 -05:00
parent 2a129c0e52
commit 7b395ba4ff
3 changed files with 7 additions and 2 deletions

2
jslib

Submodule jslib updated: dd46d5ecdd...647b254a71

View File

@@ -75,6 +75,11 @@
overflow-x: auto;
}
&.pre-line {
white-space: pre-line;
overflow-x: auto;
}
.row-label, label {
font-size: $font-size-small;
display: block;

View File

@@ -204,7 +204,7 @@
{{'notes' | i18n}}
</div>
<div class="box-content">
<div class="box-content-row pre">{{cipher.notes}}</div>
<div class="box-content-row pre-line">{{cipher.notes}}</div>
</div>
</div>
<div class="box" *ngIf="cipher.hasFields">