diff --git a/src/anki_creator_flask/templates/create.html b/src/anki_creator_flask/templates/create.html index c55a86b..52b9aa0 100644 --- a/src/anki_creator_flask/templates/create.html +++ b/src/anki_creator_flask/templates/create.html @@ -70,6 +70,12 @@ opacity: 0; visibility: hidden; } + + .no-wrap-scroll { + white-space: nowrap; /* Prevents text from breaking into new lines */ + overflow-x: auto; /* Adds a horizontal scrollbar when content overflows */ + width: 100%; /* Or set a specific max-width/fixed width */ + } @@ -95,7 +101,12 @@
- +