button alignment
This commit is contained in:
parent
448d830c51
commit
2c22a20da4
|
@ -340,6 +340,8 @@ function focusFooter(ev) {
|
||||||
}
|
}
|
||||||
> :deep(button) {
|
> :deep(button) {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: .4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue