diff options
Diffstat (limited to 'src/quiz-bunny/static/styles.css')
-rw-r--r-- | src/quiz-bunny/static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quiz-bunny/static/styles.css b/src/quiz-bunny/static/styles.css index 9734c87..e128102 100644 --- a/src/quiz-bunny/static/styles.css +++ b/src/quiz-bunny/static/styles.css @@ -17,6 +17,7 @@ input[type=button]{ cursor: pointer; background-color: coral; color: white; + white-space: normal; } input[type=button]:disabled { color: #eeeeee; |