style: white-space: nowrap for normal-button

This commit is contained in:
josc146
2023-03-31 22:32:38 +08:00
parent 489c1b34ab
commit 5e07702a3c
+1
View File
@@ -139,6 +139,7 @@
color: var(--font-color);
border-radius: 5px;
cursor: pointer;
white-space: nowrap;
}
:is(.answer, .question, .error) {