[stylelint] Fix css style in molecules components

This commit is contained in:
AkiraFukushima 2018-11-14 21:53:35 +09:00
parent e75e13f043
commit fd21220317
2 changed files with 2 additions and 1 deletions

View File

@ -298,7 +298,7 @@ export default {
}
.detail {
margin: 8px 8px 0 42px;;
margin: 8px 8px 0 42px;
color: #909399;
.toot-header {

View File

@ -570,6 +570,7 @@ export default {
.media {
float: left;
margin-right: 8px;
img {
cursor: zoom-in;
max-width: 200px;