Skip to content

Commit

Permalink
fix: Remove redundant :first-child selector
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 18, 2023
1 parent 44eebf0 commit 9303fe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions editor.planx.uk/src/ui/InputLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import React, { ReactNode } from "react";
const Root = styled("label")(() => ({
display: "block",
width: "100%",
"& > :not(:first-child)": {
width: "100%",
},
}));

export default function InputLabel(props: {
Expand Down

0 comments on commit 9303fe0

Please sign in to comment.