Lowered category description width

This commit is contained in:
Ajay Ramachandran
2020-06-05 21:26:07 -04:00
parent c509b8807c
commit 730d966019
2 changed files with 5 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
<tr id={this.props.category + "DescriptionRow"}
className="small-description">
<td
colSpan={5}>
colSpan={2}>
{chrome.i18n.getMessage("category_" + this.props.category + "_description")}
</td>
</tr>