Fix icon padding inside small buttons

This commit is contained in:
Jeremy Stretch 2024-01-05 15:19:01 -05:00
parent 5f2fe978aa
commit 39c0e68864
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -3,3 +3,9 @@
.mdi {
padding-right: 4px;
}
// Omit padding inside small buttons (no text)
.btn-sm {
.mdi {
padding-right: 0;
}
}