Commit 8ea75312 authored by nikogu's avatar nikogu

fix searchlist responsive

parent 8dc29fd0
......@@ -14,6 +14,10 @@
color: @text-color;
margin-right: 0;
}
.ant-form-item-label {
padding: 0;
line-height: 32px;
}
}
.label {
color: @heading-color;
......
......@@ -41,6 +41,15 @@ a.listItemMetaTitle {
display: block;
margin-left: 0;
}
.listContent {
.extra {
& > em {
display: block;
margin-left: 0;
margin-top: 8px;
}
}
}
}
@media screen and (max-width: @screen-md) {
.selfTrigger {
......
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