fix: overflow dialog button

This commit is contained in:
2021-05-29 00:01:25 +08:00
parent 67bcf4e801
commit 0f3fe90b0b
2 changed files with 5 additions and 1 deletions

View File

@@ -68,3 +68,7 @@ div.feedback {
button.refresh {
width: 100%;
}
button.dialog {
padding-right: 1em;
padding-left: 1em;
}