style.scss 189 B

12345678910111213
  1. .crew-config {
  2. &__name {
  3. font-weight: 500;
  4. }
  5. &__desc {
  6. max-width: 180px;
  7. overflow: hidden;
  8. text-overflow: ellipsis;
  9. white-space: nowrap;
  10. color: var(--muted-foreground);
  11. }
  12. }