style: set button display to inline-block (#61028)

This commit is contained in:
Frédéric Péters 2022-02-08 17:32:54 +01:00
parent 158b933d1c
commit 85a6196f97
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ a.button {
}
%button {
display: inline-block;
padding: 5px 15px;
cursor: pointer;
border: 0px solid #aaa;