Troubleshoot paragraph breaks on the answer side
wrtn.ai by mytory
Details
Authormytory
LicenseNo License
Categorywrtn.ai
Created
Updated
Size325 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wrtn.ai
@version 20230730.03.12
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://wrtn.ai/") {
p {
display: block!important;
margin: .5rem 0;
}
pre {
margin: .5rem 0 2rem;
}
pre pre {
margin: 0;
}
li {
text-align: left;
}
}