pre-wrap notes field

This commit is contained in:
Kyle Spearrin 2019-03-28 16:29:20 -04:00
parent 3fa7e976fb
commit 1acb3d1117
2 changed files with 3 additions and 3 deletions

View File

@ -182,8 +182,8 @@
overflow-x: auto;
}
&.pre-line {
white-space: pre-line;
&.pre-wrap {
white-space: pre-wrap;
overflow-x: auto;
}

View File

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