fix images size in status html, fix #339
This commit is contained in:
parent
269b8b87cd
commit
6696ca4274
|
@ -95,4 +95,8 @@ $expand-color: $column-color;
|
||||||
background: #384958;
|
background: #384958;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue