From 2fb94cddda96ebf11f2cb8c2b1527e006c94da06 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 23 May 2020 11:20:57 -0700 Subject: fix stupid large-op render bug --- frontend/src/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/src/css') diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index 60b0ca8..36c6d2c 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -25,6 +25,10 @@ textarea, input[type=text], input[type=password], .Dropdown-root { margin: 1.7em 0; } +.large-op { + transform: translateY(-0.6em); +} + code, pre { background: #00000000; font-family: 'Roboto Mono', monospace; -- cgit v1.2.3