limit height of action buttons

This commit is contained in:
Arthur Lu 2022-12-15 18:31:05 -08:00
parent f40e05fbf5
commit ba07eff425

View File

@ -30,4 +30,8 @@ hr {
.btn-group { .btn-group {
margin: 14px 0px 14px 0px; margin: 14px 0px 14px 0px;
}
.btn-group img {
height: 16px;
} }