mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
add tmp br solution for current twig filters implementation
This commit is contained in:
parent
9b44f39966
commit
a01c6bbe1f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user