add text-contain

This commit is contained in:
Barış Soner Uşaklı
2026-02-05 20:56:24 -05:00
parent 3c6804d43c
commit 43c84f4b50

View File

@@ -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; } }