Browse Source

Fix funding links overflowing the sidebar

Colin O'Dell 4 years ago
parent
commit
fe524e3a4f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Packagist/WebBundle/Resources/public/css/main.css

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

@@ -1007,7 +1007,8 @@ input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:fo
   font-size: 35px;
   margin-top: 5px;
 }
-.package .details .canonical {
+.package .details .canonical,
+.package .funding p {
   text-overflow: ellipsis;
   overflow: hidden;
   width: 100%;