Files
YGChatCS/src/components/LocationInfo/styles/index.scss

15 lines
242 B
SCSS

.store-address {
display: flex;
align-items: center;
font-size: $uni-font-size-base;
color: $uni-text-color;
text {
flex: 1;
padding: 0 6px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}