diff --git a/server/templates/macros.htm b/server/templates/macros.htm index eec566b..340acff 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -39,6 +39,8 @@ border-radius: .3rem; border: none; cursor: pointer; + word-break: keep-all; + white-space: nowrap; } button:disabled { background-color: rgb(98, 67, 113);