mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
"pre" style notes view with overflow-x scrolling
This commit is contained in:
@@ -238,7 +238,15 @@
|
||||
color: @text-color;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&:extend(.clearfix all);
|
||||
|
||||
&:not(.pre) {
|
||||
&:extend(.clearfix all);
|
||||
}
|
||||
|
||||
&.pre {
|
||||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
&.text-primary {
|
||||
color: @brand-primary !important;
|
||||
|
||||
Reference in New Issue
Block a user