colorful
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled

This commit is contained in:
2026-05-01 12:54:12 +00:00
parent 6ef2e9fe4e
commit 7c5055075b
12 changed files with 128 additions and 26 deletions

View File

@@ -488,6 +488,29 @@ select {
background-color: var(--crm-surface-container-lowest) !important;
}
/* ---------- FIX: Icon sizing ---------- */
svg.fi-icon,
.fi-icon svg,
.fi-btn svg.fi-icon,
.fi-icon-btn svg,
.fi-input-wrp svg,
.fi-select svg,
.fi-fo-field-wrp svg,
svg[class*="fi-icon"] {
width: 1.25rem !important;
height: 1.25rem !important;
max-width: 1.25rem !important;
max-height: 1.25rem !important;
flex-shrink: 0 !important;
}
/* Smaller icons in table cells and badges */
.fi-ta-cell svg.fi-icon,
.fi-badge svg {
width: 1rem !important;
height: 1rem !important;
}
/* ---------- Similar Cases footer panel ---------- */
.fi-footer {
margin-top: 2rem;