mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-12 01:51:08 +01:00
12 lines
197 B
CSS
12 lines
197 B
CSS
div > p:first-child {
|
|
margin-top: 0;
|
|
}
|
|
div > p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
#userFilters {
|
|
height: 60vh;
|
|
text-align: left;
|
|
width: 100%;
|
|
word-wrap: normal;
|
|
}
|