@telekom/scale-components
Version:
Scale is the digital design system for Telekom products and experiences.
21 lines (17 loc) • 287 B
CSS
:host {
}
/*!*option*!*/
[part~='base'] {
display: flex;
justify-content: flex-start;
align-items: center;
}
[part~='prefix'],
[part~='label'],
[part~='suffix'] {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 1;
}