fix: MFM overflowing out of note

Closes transfem-org/Sharkey#104
This commit is contained in:
Mar0xy 2023-10-22 22:48:49 +02:00
parent 6d290225ef
commit 13c5da63d7
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
5 changed files with 14 additions and 1 deletions

View file

@ -69,6 +69,7 @@ watch(() => props.expandAllCws, (expandAllCws) => {
.header {
margin-bottom: 2px;
z-index: 2;
}
.cw {
@ -77,12 +78,14 @@ watch(() => props.expandAllCws, (expandAllCws) => {
margin: 0;
padding: 0;
overflow-wrap: break-word;
overflow: hidden;
}
.text {
cursor: default;
margin: 0;
padding: 0;
overflow: hidden;
}
@container (min-width: 250px) {