Browse Source

extending the length of the .requireme class to fix long strings from being hidden

Joshua McGinnis 13 years ago
parent
commit
b66370f6da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Packagist/WebBundle/Resources/public/css/main.css

+ 1 - 1
src/Packagist/WebBundle/Resources/public/css/main.css

@@ -555,7 +555,7 @@ form ul {
   border-radius: 0;
   border-radius: 0;
   background-color: transparent;
   background-color: transparent;
   font-family: Courier;
   font-family: Courier;
-  min-width: 300px;
+  min-width: 500px;
   width: auto;
   width: auto;
 }
 }
 .package .package-links .provides {
 .package .package-links .provides {