From d46c36041c1422c7f2cb4bbf69d708c442b12722 Mon Sep 17 00:00:00 2001 From: David Dong <73568310+DongHY1@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:02:06 +0800 Subject: [PATCH] Fix CSS discrepancy in issue #6508 (#6509) --- src/content/learn/reacting-to-input-with-state.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/learn/reacting-to-input-with-state.md b/src/content/learn/reacting-to-input-with-state.md index 878ab0fc..da559dc0 100644 --- a/src/content/learn/reacting-to-input-with-state.md +++ b/src/content/learn/reacting-to-input-with-state.md @@ -545,6 +545,7 @@ body { margin: 0; padding: 0; height: 250px; } width: 200px; height: 200px; border-radius: 10px; + border: 5px solid transparent; } .picture--active {