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

@@ -347,3 +347,7 @@ svg {
padding: 5px; padding: 5px;
border-radius: 5px; border-radius: 5px;
} }
.categoryColorTextBox {
width: 60px;
}

View File

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