Fixed button group padding on email preview screen

No ref
This commit is contained in:
Sanne de Vries 2022-11-04 17:41:19 +07:00
parent 91c3c9eece
commit 2aa0ccde4f

View File

@ -249,6 +249,11 @@
width: 740px;
}
.gh-post-preview-email-test .gh-btn-group .gh-btn span {
height: 34px;
line-height: 34px;
}
.gh-post-preview-email-input {
width: 100%;
}