Browse Source

Fix long descriptions from overflowing the area.

pull/76/head
Lapo Luchini 10 years ago
parent
commit
0f62f70f79
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      pinry/static/css/pinry.css

+ 2
- 0
pinry/static/css/pinry.css View File

@@ -243,6 +243,8 @@ textarea {
font-size: 12px; font-size: 12px;
margin-bottom: 0; margin-bottom: 0;
padding: 8px; padding: 8px;
overflow: hidden;
text-overflow: ellipsis;
} }


.pin strong { .pin strong {


Loading…
Cancel
Save