Merge pull request #3174 from supermooshman/master

removed bottom padding to center button text
pull/7738/head
Rich Harris 6 years ago committed by GitHub
commit 29d315ca95

@ -220,7 +220,7 @@
.show { .show {
background: rgba(0,0,0,.4); background: rgba(0,0,0,.4);
padding: .2em .7em .3em; padding: .3em .7em;
border-radius: var(--border-r); border-radius: var(--border-r);
top: .1em; top: .1em;
position: relative; position: relative;

Loading…
Cancel
Save