Fix confusing padding on options page

This commit is contained in:
Ajay Ramachandran 2021-08-18 13:33:28 -04:00
parent 3bbc699d98
commit 21f563fdb7
2 changed files with 4 additions and 1 deletions

View file

@ -343,6 +343,9 @@ svg {
.categoryTableElement > * {
padding-right: 15px;
}
.categoryTableDescription > * {
padding-bottom: 15px;
}

View file

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