[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/css/consent.css

noreply at shibboleth.net noreply at shibboleth.net
Mon May 16 21:32:48 EDT 2016


Author: tzeller
Date: Mon May 16 21:32:48 2016
New Revision: 8243

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8243&view=rev
Log:
IDP-988 - Add scroll-bars rather than clipping long attribute values.

Modified:
    trunk/idp-war/src/main/webapp/css/consent.css

Modified: trunk/idp-war/src/main/webapp/css/consent.css
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/css/consent.css?rev=8243&r1=8242&r2=8243&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/css/consent.css	(original)
+++ trunk/idp-war/src/main/webapp/css/consent.css	Mon May 16 21:32:48 2016
@@ -85,7 +85,7 @@
     width: 95%;
     margin: 4px;
     border: solid 1px black;
-    overflow: hidden;
+    overflow: auto;
 }
 
 #attributeRelease table {



More information about the commits mailing list