From 6a05585ae323fe670bdb771294591245b8415b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Bostr=C3=B6m?= <56017794+axelbostrom@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:49:09 +0100 Subject: [PATCH] [material-ui][Checkbox] Asterisk placement aligned correctly (#39721) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Axel Boström <56017794+axelbostrom@users.noreply.github.com> Co-authored-by: Albert Yu --- packages/mui-material/src/FormControlLabel/FormControlLabel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-material/src/FormControlLabel/FormControlLabel.js b/packages/mui-material/src/FormControlLabel/FormControlLabel.js index fa0d4cf32c7a60..987309878c3c3b 100644 --- a/packages/mui-material/src/FormControlLabel/FormControlLabel.js +++ b/packages/mui-material/src/FormControlLabel/FormControlLabel.js @@ -166,7 +166,7 @@ const FormControlLabel = React.forwardRef(function FormControlLabel(inProps, ref > {React.cloneElement(control, controlProps)} {required ? ( - + {label}  {'*'}