Skip to content

Commit

Permalink
chore: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Dec 6, 2023
1 parent febeb01 commit 1444175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wiki/public/scss/contributions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
margin-bottom: 0px;
margin-top: 0px;
color: var(--text-color);

td {
padding: 14px 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion wiki/wiki/doctype/wiki_page/templates/web_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<li class="sidebar-item sidebar-group-item {% if item.route == current_route %}sidebar-item-active{% endif %}" data-type="{{item.type}}" data-name="{{item.name}}" data-title="{{item.title or item.name}}"
data-group-name="{{item.group_name or 'sidebar-item'}}" data-route="{{ item.route }}">
<div>
<a class="text-sm sidebar-group-item-title"
<a class="text-sm sidebar-group-item-title"
href="/{{ item.route }}">
{{ item.title or item.name }}
</a>
Expand Down

0 comments on commit 1444175

Please sign in to comment.