.codelist { display: flex; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; overflow: hidden; .codelist-item { height: 20px; min-width: 80px; display: flex; align-items: center; justify-content: center; max-height: 32px; padding: 0px 3px; border-radius: 2px; font-size: 12px; line-height: 20px; color: var(--app-color-blue); border: 1px solid var(--app-color-blue); > img{ max-height: 24px; width: auto; margin-right: 6px; border-radius: 50%; } } }