freetube/src/renderer/components/watch-video-description/watch-video-description.css

8 lines
139 B
CSS
Raw Normal View History

2020-02-16 18:30:00 +00:00
.description {
font-family: 'Roboto', sans-serif;
font-size: 17px;
white-space: pre-wrap;
max-height: 300px;
overflow-y: auto;
}