mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
14 lines
243 B
CSS
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;
|
|
}
|