11 lines
204 B
CSS
11 lines
204 B
CSS
.popupNameTrigger {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
max-width: 100%;
|
|
width: fit-content;
|
|
}
|
|
.popupNameContent {
|
|
max-width: 600px;
|
|
overflow-wrap: break-word;
|
|
}
|