mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
Make limited width option better
This commit is contained in:
@@ -227,7 +227,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
|
|||||||
configKey={option.configKey}
|
configKey={option.configKey}
|
||||||
label={option.label}
|
label={option.label}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
style={{width: "300px"}}
|
style={{width: "inherit"}}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user