Commit 8ea75312 authored by nikogu's avatar nikogu

fix searchlist responsive

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