Make limited width option better

This commit is contained in:
Ajay
2022-09-01 17:10:01 -04:00
parent 015ac7d46e
commit d18f7c6195

View File

@@ -227,7 +227,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
configKey={option.configKey}
label={option.label}
disabled={disabled}
style={{width: "300px"}}
style={{width: "inherit"}}
/>
</td>
</tr>