mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 00:12:17 +00:00
fixed partially hidden button
added clearfix class to prevent floating for the next elements.
This commit is contained in:
parent
c95950c679
commit
00473dded7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
div.chat-form.guidelines-not-accepted(ng-if='!user.flags.communityGuidelinesAccepted')
|
||||
p!=env.t('requestAcceptGuidelines', {linkStart: '<a target="_blank", href="/static/community-guidelines">', linkEnd: '</a>'})
|
||||
.chat-controls
|
||||
.chat-controls.clearfix
|
||||
div
|
||||
button.btn.btn-warning(ng-click='acceptCommunityGuidelines()')=env.t('iAcceptCommunityGuidelines')
|
||||
.chat-buttons
|
||||
|
|
|
|||
Loading…
Reference in a new issue