mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
pre-wrap notes field
This commit is contained in:
parent
3fa7e976fb
commit
1acb3d1117
@ -182,8 +182,8 @@
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
&.pre-line {
|
||||
white-space: pre-line;
|
||||
&.pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user