Fix action button height

pull/5665/head
Chocobozzz 2023-02-28 09:30:22 +01:00
parent a9536a4be9
commit 2729af6ddd
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
font-size: 100%;
font-weight: $font-semibold;
display: inline-block;
padding: 0 10px;
padding: 4px 10px;
white-space: nowrap;
background-color: transparent !important;
color: pvar(--actionButtonColor);