make generated-wrapper a standalone style

This commit is contained in:
Kyle Spearrin 2022-03-28 10:33:37 -04:00
parent 00f0203139
commit 302cb3d286
1 changed files with 6 additions and 3 deletions

View File

@ -197,9 +197,6 @@ p.lead {
}
.generated-wrapper {
word-break: break-all;
white-space: pre-wrap;
min-width: 0;
text-align: left;
width: 100%;
}
@ -214,6 +211,12 @@ p.lead {
}
}
.generated-wrapper {
word-break: break-all;
white-space: pre-wrap;
min-width: 0;
}
.password-number {
@include themify($themes) {
color: themed("passwordNumberColor");