This commit is contained in:
syuilo 2020-02-10 20:32:57 +09:00
parent f30513b20b
commit b5d38adfcc
1 changed files with 2 additions and 1 deletions

View File

@ -838,7 +838,8 @@ export default Vue.extend({
padding: 8px 0;
> .divider {
margin: 8px 0;
margin: 8px auto;
width: calc(100% - 32px);
}
}