From 6cf206744a72e441f6837283efeab4d9be5f5a3e Mon Sep 17 00:00:00 2001 From: xmcp Date: Sun, 28 Jul 2019 00:31:21 +0800 Subject: [PATCH] fix typo --- src/Flows.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flows.css b/src/Flows.css index 31af572..df37f42 100644 --- a/src/Flows.css +++ b/src/Flows.css @@ -55,7 +55,7 @@ .left-container .flow-reply { flex: 0 0 300px; - .max-height: 15em; + max-height: 15em; margin-right: -7px; overflow-y: hidden; }