diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a51bf4e24..b736436f5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -30,8 +30,8 @@ aside#region_1 { } aside#region_3 { - border-right: 1px solid transparent; width: $right_aside_widthpx; + min-width: $left_aside_widthpx; max-width: $right_aside_widthpx; } |