fixed partially hidden button

added clearfix class to prevent floating for the next elements.
This commit is contained in:
kogelnikp 2016-02-19 22:17:39 +01:00
parent c95950c679
commit 00473dded7

View file

@ -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