fix: decoration of see all children link in wiki pages (#33670)
This commit is contained in:
@@ -262,9 +262,9 @@
|
||||
a {
|
||||
display: block;
|
||||
padding: 2px 4px 2px 10px;
|
||||
border-radius: 3px;
|
||||
font-size: 0.9em;
|
||||
line-height: 25px;
|
||||
border-left: 1px solid $m-blue;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
{% if urlpath %}
|
||||
<div class="see-children">
|
||||
<a href="{% url 'wiki:dir' path=urlpath.path %}">{% trans "See all children" as tmsg %} | {{ tmsg | force_escape}}</a>
|
||||
<a href="{% url 'wiki:dir' path=urlpath.path %}">{% trans "See all children" as tmsg %} {{ tmsg | force_escape}}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user