8 lines
139 B
CSS
8 lines
139 B
CSS
|
.description {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-size: 17px;
|
||
|
white-space: pre-wrap;
|
||
|
max-height: 300px;
|
||
|
overflow-y: auto;
|
||
|
}
|