From 730d9660192e5d9813f8946238984bcf4c28de40 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 5 Jun 2020 21:26:07 -0400 Subject: [PATCH] Lowered category description width --- public/options/options.css | 4 ++++ src/components/CategorySkipOptionsComponent.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/options/options.css b/public/options/options.css index 36db654e..8ad87e3d 100644 --- a/public/options/options.css +++ b/public/options/options.css @@ -346,4 +346,8 @@ svg { font-size: 14px; padding: 5px; border-radius: 5px; +} + +.categoryColorTextBox { + width: 60px; } \ No newline at end of file diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx index 57fab501..0a44b172 100644 --- a/src/components/CategorySkipOptionsComponent.tsx +++ b/src/components/CategorySkipOptionsComponent.tsx @@ -98,7 +98,7 @@ class CategorySkipOptionsComponent extends React.Component + colSpan={2}> {chrome.i18n.getMessage("category_" + this.props.category + "_description")}