Adjust skip profile name box size

This commit is contained in:
Ajay
2025-10-19 03:16:36 -04:00
parent df21d085e5
commit 590281f8eb

View File

@@ -98,6 +98,7 @@ export function CategoryChooserComponent() {
id="configurationName"
value={configurationName}
placeholder={chrome.i18n.getMessage("ConfigurationName")}
style={{width: document.getElementById("channelProfiles")?.clientWidth ?? null}}
onChange={(e) => {
const newName = e.target.value;
getConfig(selectedConfigurationID)!.name = newName;