From 5d5f9c4307c4813befd58c9ea26585a9778438fc Mon Sep 17 00:00:00 2001 From: Rasmy Nguyen Date: Thu, 31 Oct 2024 13:03:56 -0400 Subject: [PATCH] fix: remove inline-block display type --- src/editor/style.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/editor/style.scss b/src/editor/style.scss index d618e294..6029d863 100644 --- a/src/editor/style.scss +++ b/src/editor/style.scss @@ -32,8 +32,6 @@ $size__large: 1264px; } .components-radio-control__option { - display: inline-block; - &:first-of-type { margin-right: 1rem; }