refs #251 Fix float setting

This commit is contained in:
AkiraFukushima 2018-09-21 23:46:08 +09:00
parent 2c76e89329
commit a2d49ac8fe
2 changed files with 2 additions and 4 deletions

View File

@ -172,9 +172,8 @@ export default {
.timestamp {
font-size: var(--base-font-size);
text-align: right;
width: 100%;
color: #909399;
flota: right;
float: right;
}
}

View File

@ -486,9 +486,8 @@ export default {
.timestamp {
font-size: var(--base-font-size);
text-align: right;
width: 100%;
color: #909399;
flota: right;
float: right;
}
}