Setting height for media thumbnail to also 200px
Not sure why height wasn't at 200px but anyway not having at 200px means some images would hit overlap.
This commit is contained in:
parent
353f927e9f
commit
39c76f30f0
@ -186,7 +186,7 @@ ul.media_thumbnail {
|
||||
|
||||
li.media_thumbnail {
|
||||
width:200px;
|
||||
height:133px;
|
||||
height:200px;
|
||||
display:-moz-inline-stack;
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
|
Loading…
x
Reference in New Issue
Block a user