diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-29 14:02:34 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-29 14:02:34 -0400 |
commit | d672465c2be3dc54463a92a3f1c4aa23447bc5c8 (patch) | |
tree | acbf66abf9c8b3b4f5387de6c2ca6e396a403ce6 /app/assets/stylesheets | |
parent | a8821b425351cdd8a5f69f5b60e389a1ae81cb72 (diff) | |
download | wittle-d672465c2be3dc54463a92a3f1c4aa23447bc5c8.tar.gz wittle-d672465c2be3dc54463a92a3f1c4aa23447bc5c8.tar.bz2 wittle-d672465c2be3dc54463a92a3f1c4aa23447bc5c8.zip |
better display of completions
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/wittle/general.css.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/wittle/general.css.scss b/app/assets/stylesheets/wittle/general.css.scss index 06a7a83..b2b432d 100644 --- a/app/assets/stylesheets/wittle/general.css.scss +++ b/app/assets/stylesheets/wittle/general.css.scss | |||
@@ -83,7 +83,7 @@ input[type="range"]::-ms-thumb { | |||
83 | text-align: center; | 83 | text-align: center; |
84 | } | 84 | } |
85 | 85 | ||
86 | ol { | 86 | table { |
87 | width: max-content; | 87 | width: max-content; |
88 | margin: 0 auto; | 88 | margin: 0 auto; |
89 | } | 89 | } |