This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix long descriptions from overflowing the area.
pull/76/head
Lapo Luchini
10 years ago
parent
355084daeb
commit
0f62f70f79
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save