From b3a22c97cd3819a6426c5f4a05f2779eda499205 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 29 Jun 2022 23:33:41 +0100 Subject: [PATCH] Base: Fix label/actual style mismatches in calc.html --- Base/res/html/misc/calc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/res/html/misc/calc.html b/Base/res/html/misc/calc.html index 7061578557..5c8e5a5521 100644 --- a/Base/res/html/misc/calc.html +++ b/Base/res/html/misc/calc.html @@ -36,7 +36,7 @@

calc(50% + 60px)

-
+

calc(50% + -60px)

@@ -44,7 +44,7 @@
-

calc(50% + 60px - 10px)

+

calc(50% + 50px - 10px)