From 8bd817854ccddfd025347b4b7a023ef7648e168e Mon Sep 17 00:00:00 2001 From: Yohaan Seth Nathan <73843275+TheYoBots@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:55:01 +0000 Subject: [PATCH] Prettier --- ui/editor/css/_editor.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/editor/css/_editor.scss b/ui/editor/css/_editor.scss index 959631ce9dc4..9873286a50e3 100644 --- a/ui/editor/css/_editor.scss +++ b/ui/editor/css/_editor.scss @@ -19,7 +19,8 @@ strong { width: 4rem; } - input, textarea { + input, + textarea { margin-left: 1rem; flex: 1 1 100%; }