From 9303fe0aeec484c070ca97f3edd79cd92f0ae589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Wed, 18 Oct 2023 08:26:22 +0100 Subject: [PATCH] fix: Remove redundant :first-child selector --- editor.planx.uk/src/ui/InputLabel.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/editor.planx.uk/src/ui/InputLabel.tsx b/editor.planx.uk/src/ui/InputLabel.tsx index 1cff695688..0ee71532dc 100644 --- a/editor.planx.uk/src/ui/InputLabel.tsx +++ b/editor.planx.uk/src/ui/InputLabel.tsx @@ -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: {