mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
"pre" style notes view with overflow-x scrolling
This commit is contained in:
@@ -54,9 +54,7 @@
|
|||||||
{{i18n.notes}}
|
{{i18n.notes}}
|
||||||
</div>
|
</div>
|
||||||
<div class="list-section-items">
|
<div class="list-section-items">
|
||||||
<div class="list-section-item">
|
<div class="list-section-item pre">{{login.notes}}</div>
|
||||||
{{login.notes}}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -238,7 +238,15 @@
|
|||||||
color: @text-color;
|
color: @text-color;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
&:not(.pre) {
|
||||||
&:extend(.clearfix all);
|
&:extend(.clearfix all);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.pre {
|
||||||
|
white-space: pre;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
&.text-primary {
|
&.text-primary {
|
||||||
color: @brand-primary !important;
|
color: @brand-primary !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user