mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
pre-wrap notes field
This commit is contained in:
@@ -182,8 +182,8 @@
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.pre-line {
|
&.pre-wrap {
|
||||||
white-space: pre-line;
|
white-space: pre-wrap;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -202,7 +202,7 @@
|
|||||||
{{'notes' | i18n}}
|
{{'notes' | i18n}}
|
||||||
</div>
|
</div>
|
||||||
<div class="box-content">
|
<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>
|
</div>
|
||||||
<div class="box" *ngIf="cipher.hasFields">
|
<div class="box" *ngIf="cipher.hasFields">
|
||||||
|
|||||||
Reference in New Issue
Block a user