Added text-overflow: ellipsis to the media thumbnails
This commit is contained in:
parent
1afa230c59
commit
65a2eb6694
@ -402,6 +402,9 @@ textarea#comment_content {
|
|||||||
background-color: #222;
|
background-color: #222;
|
||||||
border-radius: 0 0 5px 5px;
|
border-radius: 0 0 5px 5px;
|
||||||
padding: 0 0 6px;
|
padding: 0 0 6px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media_thumbnail a {
|
.media_thumbnail a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user