fix: button display

This commit is contained in:
Lucas Larroche 2023-03-12 12:12:18 +07:00
parent b642fbc014
commit af050f9088
12 changed files with 91 additions and 49 deletions

View file

@ -57,4 +57,10 @@
}
}
}
a {
&[role="button"] {
display: inline-block;
}
}
}