add tmp br solution for current twig filters implementation

This commit is contained in:
ghost 2023-12-08 21:21:47 +02:00
parent 9b44f39966
commit a01c6bbe1f

View File

@ -113,11 +113,17 @@ main ul > li:last-child
border-bottom: none; border-bottom: none;
} }
main ul > li p main ul > li > p
{ {
padding: 8px 0; padding: 8px 0;
} }
main ul > li > p > br /* tmp solution for current twig filters implementation */
{
display: block;
margin: 4px 0;
}
main ul li > span > svg main ul li > span > svg
{ {
cursor: default; cursor: default;