Browse Source

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

Joshua McGinnis 13 năm trước cách đây
mục cha
commit
b66370f6da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   background-color: transparent;
   font-family: Courier;
-  min-width: 300px;
+  min-width: 500px;
   width: auto;
 }
 .package .package-links .provides {