mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 07:40:05 +01:00
add text-contain
This commit is contained in:
@@ -145,6 +145,16 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
.text-contain {
|
||||
min-width: 0;
|
||||
> * {
|
||||
max-width: 100%;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden-blockquote { blockquote { display: none; } }
|
||||
.hidden-pre { pre { display: none; } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user