From 52da9e952ad1bed1346cf509c4edfaf38a05ee57 Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 2 Jun 2014 13:06:43 +0200 Subject: [PATCH] [fix] Wrong min-height & min-width reset. --- portal/assets/css/ynhpanel.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/assets/css/ynhpanel.css b/portal/assets/css/ynhpanel.css index 99b5274..97f0a16 100644 --- a/portal/assets/css/ynhpanel.css +++ b/portal/assets/css/ynhpanel.css @@ -118,8 +118,8 @@ body {/*overflow-y: scroll;*/} text-transform: none; width: auto; height: auto; - min-width: auto; - min-height: auto; + min-width: 0; + min-height: 0; max-width: none; max-height: none;