Fix h1 text overflow.

This commit is contained in:
Christian Bastian
2024-04-06 16:23:40 -04:00
parent a9e36c02ab
commit 63e595a45c

View File

@@ -44,7 +44,7 @@
/* common */
.model-manager h1 {
min-width: 0;
overflow-wrap: break-word;
}
.model-manager textarea {