uBlock/src/css/advanced-settings.css

9 lines
147 B
CSS
Raw Normal View History

textarea {
box-sizing: border-box;
height: 60vh;
text-align: left;
white-space: pre;
width: 100%;
word-wrap: normal;
}