commit fea83ddcd8dfcf03295d41045618d6a35cbacb91
parent 78eb37569b589fec6e811e887e4f3832e855d910
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date: Tue, 16 Jun 2020 08:10:15 -0700
Fix quizzer border issue in firefox.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Styles/Quizzer.css b/Styles/Quizzer.css
@@ -3,6 +3,7 @@
margin: auto;
padding: 10px;
width: fit-content;
+ width: -moz-fit-content;
background-color: var(--hover-color);
border: 1px solid var(--border-color);
}