Hide note overflow

Mostly for long links from craigslist notes.
This commit is contained in:
Aaron Lidman 2013-11-20 13:44:40 -08:00
parent 4c0a5ee7d9
commit ee10cb1290

View file

@ -1119,6 +1119,7 @@ header .search_form {
} }
.note-description { .note-description {
overflow: hidden;
margin: 0 0 10px 10px; margin: 0 0 10px 10px;
} }
} }