Wrap overflowing setting values

Long strings were pushing the edit buttons out of view
This commit is contained in:
WithoutPants
2025-03-04 09:50:39 +11:00
parent fdb2dd9a8b
commit 0f32311f6e

View File

@@ -80,6 +80,7 @@
font-family: "Courier New", Courier, monospace; font-family: "Courier New", Courier, monospace;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
margin-top: 0.5rem; margin-top: 0.5rem;
overflow-wrap: anywhere;
pre { pre {
max-height: 250px; max-height: 250px;