From 515cd917097c7024e96b6d6a702f45699c52a20d Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 24 Oct 2024 17:28:04 +0300 Subject: [PATCH] Refactor #6636 - For RadioButton --- packages/primevue/src/radiobutton/style/RadioButtonStyle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/primevue/src/radiobutton/style/RadioButtonStyle.js b/packages/primevue/src/radiobutton/style/RadioButtonStyle.js index 69af9c53e..6148790d3 100644 --- a/packages/primevue/src/radiobutton/style/RadioButtonStyle.js +++ b/packages/primevue/src/radiobutton/style/RadioButtonStyle.js @@ -15,7 +15,7 @@ const theme = ({ dt }) => ` appearance: none; position: absolute; top: 0; - left: 0; + inset-inline-start: 0; width: 100%; height: 100%; padding: 0;