From 621bb8e58051885a1fe93e53ae0569c768896cf1 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Fri, 16 Apr 2021 15:24:10 +0300 Subject: [PATCH] Remove content region style fixes Signed-off-by: Alex Andreev --- src/renderer/components/+preferences/preferences.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/renderer/components/+preferences/preferences.scss b/src/renderer/components/+preferences/preferences.scss index ad611004a5..5c02312432 100644 --- a/src/renderer/components/+preferences/preferences.scss +++ b/src/renderer/components/+preferences/preferences.scss @@ -1,9 +1,2 @@ .Preferences { - > .contentRegion { - > .content { - max-width: 740px; - min-width: 460px; - width: 100%; - } - } } \ No newline at end of file