This commit is contained in:
syuilo 2020-02-17 06:39:41 +09:00
parent 56fbc889aa
commit 98d3348af7
2 changed files with 8 additions and 0 deletions

View file

@ -243,6 +243,10 @@ export default Vue.extend({
margin-top: 8px;
}
&:not(.inline):last-child {
margin-bottom: 8px;
}
> .icon {
position: absolute;
top: 0;

View file

@ -81,6 +81,10 @@ export default Vue.extend({
margin-top: 8px;
}
&:not(.inline):last-child {
margin-bottom: 8px;
}
> .icon {
position: absolute;
top: 0;