We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df21d08 commit 590281fCopy full SHA for 590281f
1 file changed
src/components/options/CategoryChooserComponent.tsx
@@ -98,6 +98,7 @@ export function CategoryChooserComponent() {
98
id="configurationName"
99
value={configurationName}
100
placeholder={chrome.i18n.getMessage("ConfigurationName")}
101
+ style={{width: document.getElementById("channelProfiles")?.clientWidth ?? null}}
102
onChange={(e) => {
103
const newName = e.target.value;
104
getConfig(selectedConfigurationID)!.name = newName;
0 commit comments