diff --git a/src/controls/styles.tsx b/src/controls/styles.tsx index 3d2a04e..f5d33ff 100644 --- a/src/controls/styles.tsx +++ b/src/controls/styles.tsx @@ -6,7 +6,6 @@ import styled from '@emotion/styled'; export const ViewBox = styled.span` position: relative; - display: block; width: 24px; height: 24px; `; diff --git a/src/editor.scss b/src/editor.scss index c0dae18..56de166 100644 --- a/src/editor.scss +++ b/src/editor.scss @@ -204,7 +204,6 @@ .components-base-control__field { margin-right: 8px; - margin-bottom: 0; } } diff --git a/src/settings/global-settings/style.scss b/src/settings/global-settings/style.scss index 2859346..9e1482e 100644 --- a/src/settings/global-settings/style.scss +++ b/src/settings/global-settings/style.scss @@ -126,10 +126,6 @@ padding: 8px; border: 1px var(--wp-admin-theme-color) solid; - .components-base-control__field { - margin-bottom: 0; - } - @media screen and (max-width: 782px) { width: 100%; }