diff --git a/src/webui/www/private/views/rssDownloader.html b/src/webui/www/private/views/rssDownloader.html index 68ec5a471..4e42c4578 100644 --- a/src/webui/www/private/views/rssDownloader.html +++ b/src/webui/www/private/views/rssDownloader.html @@ -31,6 +31,7 @@ .fullWidth { width: 100%; max-width: none; + box-sizing: border-box; } .noWrap { @@ -78,6 +79,10 @@ #lastMatchDiv { float: right; } + + #ruleSettings { + padding: 4px 10px 4px 10px + }