FKB Pro - Thème social

Ceci est un comportement intentionnel du cœur, mais si vous préférez que le nom de la catégorie passe à la ligne au lieu d’être tronqué, vous pouvez essayer :

.category-heading {
  &.--has-logo {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: var(--space-4);
  }
  &__content {
    min-width: 0;
    .badge-category__wrapper {
      max-width: 100%;
      white-space: normal;
      overflow-wrap: anywhere;
      .badge-category {
        &.--style-emoji,
        &.--style-icon {
          align-items: baseline;
        }
      }
    }
  }
}
3 « J'aime »