uBlock/src/css/advanced-settings.css
2016-11-05 14:48:42 -04:00

14 lines
243 B
CSS

div > p:first-child {
margin-top: 0;
}
div > p:last-child {
margin-bottom: 0;
}
textarea {
box-sizing: border-box;
height: 60vh;
text-align: left;
white-space: pre;
width: 100%;
word-wrap: normal;
}