Merge pull request #3741 from h3poteto/fix/toolbox

Fix toolbox button space
This commit is contained in:
AkiraFukushima 2022-11-04 23:29:38 +09:00 committed by GitHub
commit 7612d9b19b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -941,7 +941,7 @@ export default defineComponent({
button { button {
display: block; display: block;
padding: 0 8px; padding: 4px 8px;
margin: 0; margin: 0;
color: #909399; color: #909399;
} }