diff --git a/public/options/options.css b/public/options/options.css index 20c747e0..2990f193 100644 --- a/public/options/options.css +++ b/public/options/options.css @@ -343,6 +343,9 @@ svg { .categoryTableElement > * { padding-right: 15px; +} + +.categoryTableDescription > * { padding-bottom: 15px; } diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx index 370e1bb0..fe0f180f 100644 --- a/src/components/CategorySkipOptionsComponent.tsx +++ b/src/components/CategorySkipOptionsComponent.tsx @@ -91,7 +91,7 @@ class CategorySkipOptionsComponent extends React.Component + className="small-description categoryTableDescription"> {chrome.i18n.getMessage("category_" + this.props.category + "_description")}