9 lines
127 B
CSS
9 lines
127 B
CSS
@charset "utf-8";
|
|
.value
|
|
{
|
|
white-space: nowrap;
|
|
width: 300px;
|
|
overflow: hidden;
|
|
height:25px;
|
|
text-overflow:ellipsis;
|
|
} |