12 lines
226 B
CSS
12 lines
226 B
CSS
.sessionLabel {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
& > div:last-child {
|
|
min-height: 16px;
|
|
margin-left: 4px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|