Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Oct 15, 2023
1 parent 05d142a commit 70eddae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/desktop/group.twig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{% endif %}
{% endif %}
{% if membershipStateText is not empty %}
<div class="friendshipStateText">{{ membershipStateText }}</div>
<div class="friendshipStatus">{{ membershipStateText }}</div>
{% endif %}
</div>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion src/main/web/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ select{
>*{
margin: 8px 0;
}
.friendshipStateText{
.friendshipStatus{
padding: 7.5px 0;
}
}
Expand Down

0 comments on commit 70eddae

Please sign in to comment.