diff --git a/themes/nox/public/acc_panel_common.css b/themes/nox/public/acc_panel_common.css index 5659c587..71fdc0ee 100644 --- a/themes/nox/public/acc_panel_common.css +++ b/themes/nox/public/acc_panel_common.css @@ -1,5 +1,5 @@ #main { - max-width: none; + max-width: none !important; } .colstack_left { width: 200px; diff --git a/themes/nox/public/profile.css b/themes/nox/public/profile.css index a1090337..3b612579 100644 --- a/themes/nox/public/profile.css +++ b/themes/nox/public/profile.css @@ -1,5 +1,5 @@ #main { - max-width: none; + max-width: none !important; } #profile_left_lane { margin-right: 24px;