Skip to content

Commit 590281f

Browse files
committed
Adjust skip profile name box size
1 parent df21d08 commit 590281f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/options/CategoryChooserComponent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export function CategoryChooserComponent() {
9898
id="configurationName"
9999
value={configurationName}
100100
placeholder={chrome.i18n.getMessage("ConfigurationName")}
101+
style={{width: document.getElementById("channelProfiles")?.clientWidth ?? null}}
101102
onChange={(e) => {
102103
const newName = e.target.value;
103104
getConfig(selectedConfigurationID)!.name = newName;

0 commit comments

Comments
 (0)