mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
notes white-space is pre-line
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: cdbe08ae7e...647b254a71
@@ -194,7 +194,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">
|
||||
|
||||
@@ -87,6 +87,11 @@
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
&.pre-line {
|
||||
white-space: pre-line;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.row-label, label {
|
||||
font-size: $font-size-small;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user