[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 { .detail {
margin: 8px 8px 0 42px;; margin: 8px 8px 0 42px;
color: #909399; color: #909399;
.toot-header { .toot-header {

View File

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