Skip to content

Commit

Permalink
Quality Remove unnecessary css
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 20, 2024
1 parent e257f37 commit 04466ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/controls/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import styled from '@emotion/styled';

export const ViewBox = styled.span`
position: relative;
display: block;
width: 24px;
height: 24px;
`;
Expand Down
1 change: 0 additions & 1 deletion src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@

.components-base-control__field {
margin-right: 8px;
margin-bottom: 0;
}
}

Expand Down
4 changes: 0 additions & 4 deletions src/settings/global-settings/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down

0 comments on commit 04466ab

Please sign in to comment.