Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit bebe583

Browse files
committed
index.html: Prevent category-edit-icon to overlap
1 parent a0da6a3 commit bebe583

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

inyoka_theme_default/static/style/inyoka/forum.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
font-size: @font-size-h3;
2424
}
25+
26+
&-category {
27+
padding-right: @font-size-h3;
28+
}
2529
}
2630
& > ul {
2731
&:extend(.list-group all);

inyoka_theme_default/templates/forum/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="forum-list">
5050
<div class="forum-list-heading">
5151
<h1>
52-
<a href="#" data-toggle="collapse" data-target="#category_{{ category.id }}">
52+
<a class="forum-list-heading-category" href="#" data-toggle="collapse" data-target="#category_{{ category.id }}">
5353
{{ category }}
5454
</a>
5555

0 commit comments

Comments
 (0)