Commit 9d898fb9 authored by afc163's avatar afc163

Fix list height

parent 6c40175d
......@@ -9,7 +9,6 @@
.extra {
color: @text-color-secondary;
margin-top: 16px;
height: 22px;
line-height: 22px;
& > :global(.ant-avatar) {
vertical-align: top;
......@@ -38,11 +37,6 @@ a.listItemMetaTitle {
}
@media screen and (max-width: @screen-xs) {
.listContent {
& > div {
height: auto;
}
}
.selfTrigger {
display: block;
margin-left: 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment