From 0ef56dd50a0c5b09bd705486b55eb26e0a18d625 Mon Sep 17 00:00:00 2001 From: fishoe Date: Mon, 31 Oct 2022 23:40:35 +0900 Subject: [PATCH] fixed style typo in sample/diff/css --- apps/samples/diff/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/samples/diff/css/style.css b/apps/samples/diff/css/style.css index feb393d9..63c19fc4 100644 --- a/apps/samples/diff/css/style.css +++ b/apps/samples/diff/css/style.css @@ -255,7 +255,7 @@ input[type=text]:focus { font-size: 16px; font-style: inherit; font-weight: normal; - line-height: 24px + line-height: 24px; margin: 0; margin-bottom: 1em; padding: 0;