Use display table cell

This commit is contained in:
Melon 2023-11-10 09:51:14 +00:00
parent d22749bfb3
commit 2ca7a47853
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -70,7 +70,7 @@ code,
.btn-red,
.btn-blue,
.btn-yellow {
display: inline-block;
display: table-cell;
border: none;
box-shadow: none;
box-sizing: border-box;