spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 31378c78339f3683e591ffd01f04fc8040e3b54e
parent d27380d2fa4c1e6cca3c65414a761373576fd11a
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sat,  9 May 2020 10:49:58 -0700

Fix reference table alignment bug in Firefox.

Diffstat:
MStyles/Reference.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Styles/Reference.css b/Styles/Reference.css @@ -17,6 +17,7 @@ h3 { text-align: left; overflow-x: auto; max-width: fit-content; + max-width: -moz-fit-content; } #referenceTable th {