Merge pull request #3 from LordMathis/develop-universal
Change post list vertical align
This commit is contained in:
commit
1bd025f411
|
@ -18,4 +18,7 @@
|
||||||
|
|
||||||
.postListItem {
|
.postListItem {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue