[Phpmyadmin-devel] ready for 4.1.0-rc1 ?

J.M. . mynetx at users.sf.net
Tue Nov 19 16:49:44 CET 2013


> From: mynetx at users.sf.net
> To: phpmyadmin-devel at lists.sourceforge.net
> Subject: RE: [Phpmyadmin-devel] ready for 4.1.0-rc1 ?
> Date: Tue, 19 Nov 2013 16:20:52 +0100
>
>> Date: Tue, 19 Nov 2013 07:28:00 -0500
>> From: marc at infomarc.info
>> To: phpmyadmin-devel at lists.sourceforge.net
>> Subject: [Phpmyadmin-devel] ready for 4.1.0-rc1 ?
>>
>> Hi,
>> I could not find a showstopper bug for the upcoming 4.1.0-rc1.
>>
>> --
>> Marc Delisle
>> http://infomarc.info
>
> Hi,
>
> I found a bug with CSS in browse mode (using IE11).
> Tracking it down to fix.
>
> Attached a photo.
> Show-stopper?
>
> Best,
> J.M.

commit e72342f10aad4f4f5e9695ce16589f1c9688cae9
Author: suheb <suhebjerk at gmail.com>
Date:   Thu Nov 14 22:23:05 2013 +0530
    bug fix #4096
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css
index e9b8b0b..2fd9f0e 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -81,6 +81,7 @@ h2 a img {
 .data,
 .data_full_width {
     margin: 0 0 12px;
+    overflow: scroll;
 }
 .data_full_width { 		 	   		  



More information about the Developers mailing list