mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
feat(dashboard): better pre styling
This commit is contained in:
parent
2819c97552
commit
9a9f60e3c3
2 changed files with 11 additions and 0 deletions
|
|
@ -28,6 +28,13 @@ blockquote {
|
|||
border-left: 4px solid $gray-transparent; // overwrite this in the individual styles
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word !important;
|
||||
overflow-wrap: break-word !important;
|
||||
background-color: var(--bs-light);
|
||||
padding: 0.375rem;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.dyslexic {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue