Force img size.

This commit is contained in:
LebCit
2021-01-09 02:56:42 +02:00
parent 3c87016095
commit 17c9c450eb
+2 -2
View File
@@ -325,8 +325,8 @@ input[type="search"] {
.dummy-media-object img {
display: inline-block;
width: 50px;
height: 50px;
width: 50px !important;
height: 50px !important;
margin: 0 10px 0 0;
vertical-align: middle;
}