qcomment overflow

This commit is contained in:
friendica 2012-04-01 03:37:41 -07:00
parent f0b8d01615
commit bc283f7c5d
1 changed files with 8 additions and 0 deletions

View File

@ -2989,6 +2989,14 @@ div.jGrowl div.info {
padding: 3px;
margin-top: 15px;
margin-left: 25px;
width: 125px;
overflow-y: auto;
}
.qcomment option {
width: 125px;
overflow-x: hidden;
}
.qcomment {