From 7fd9a2c215f03974d8571268bf428a0d6180c421 Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:37:16 -0400 Subject: [PATCH] Fix h1 width again. - Restore `min-width: 0`. --- web/model-manager.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/model-manager.css b/web/model-manager.css index 05457b5..e5391df 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -44,6 +44,7 @@ /* common */ .model-manager h1 { + min-width: 0; overflow-wrap: break-word; }