You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/04 09:04:03 UTC

svn commit: r1864368 - /comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css

Author: humbedooh
Date: Sun Aug  4 09:04:03 2019
New Revision: 1864368

URL: http://svn.apache.org/viewvc?rev=1864368&view=rev
Log:
tweak modal width

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css

Modified: comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css?rev=1864368&r1=1864367&r2=1864368&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/css/wizard.css Sun Aug  4 09:04:03 2019
@@ -254,3 +254,8 @@ body {
  resize: none;
  outline: none;
 }
+
+
+.modal-content {
+ min-width: 720px;
+}
\ No newline at end of file