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

@ -31,3 +31,7 @@ hr {
.btn-group {
margin: 14px 0px 14px 0px;
}
.btn-group img {
height: 16px;
}