Reduce button padding in card action bars to prevent overflow

Targets with screen capture sources show 5 action buttons which
overflowed the card width. Scoped smaller padding to .card-actions
.btn-icon where target cards render.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 11:00:11 +03:00
parent 2a73b92d4a
commit 2f221f6219

View File

@@ -52,6 +52,11 @@
align-items: center; align-items: center;
} }
.card-actions .btn-icon {
padding: 6px 8px;
font-size: 1.1rem;
}
.btn { .btn {
padding: 8px 16px; padding: 8px 16px;
border: none; border: none;