11 lines
213 B
CSS
11 lines
213 B
CSS
.singleLineItem {
|
|
color: black;
|
|
color: rgba(0, 0, 0, 0.870588);
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
padding: 12px 0 12px 16px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
} |