From 51881c1d2245c5e7f403bc19142e1fc10ae4f11f Mon Sep 17 00:00:00 2001 From: Jason Gao Date: Fri, 13 Oct 2023 23:51:44 +0800 Subject: [PATCH] Fix overlapped equations and floating images --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 9604afe3..04ba1f18 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -14,7 +14,7 @@ } .math-display { - @apply max-w-0; + @apply max-w-0 clear-both; } .col-list {