Update playground.css

make button text aligned
This commit is contained in:
Un-index 2021-09-11 23:22:52 +03:00 committed by GitHub
parent dfbb6e7c5c
commit f2cfcfde71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ select {
border-bottom: 0; border-bottom: 0;
cursor: pointer; cursor: pointer;
float: right; float: right;
font: inherit;
padding-left: 16px; padding-left: 16px;
} }
.playground-page .action.run { .playground-page .action.run {