fixed some status wrapping issues

This commit is contained in:
Gordon Pedersen 2024-06-24 11:58:23 +10:00
parent ce86f2acf7
commit d438c7c3cc

View file

@ -452,3 +452,7 @@ article#directory ul{
.markdown-editor > .EasyMDEContainer > .CodeMirror {
flex: auto;
}
article {
overflow-wrap: anywhere;
}