mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fix: content overflow in width
This commit is contained in:
parent
26c4df6039
commit
102ffe2fe3
2 changed files with 7 additions and 5 deletions
|
@ -82,11 +82,9 @@ main {
|
|||
letter-spacing: 1;
|
||||
border-radius: 10px;
|
||||
width: 100%;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
overflow: hidden;
|
||||
z-index: 2;
|
||||
color: $text;
|
||||
|
@ -95,8 +93,12 @@ main {
|
|||
padding: 8px;
|
||||
}
|
||||
|
||||
span {
|
||||
span.content-text {
|
||||
font-family: CommitMono !important;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.image {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue