From 00473dded7698fe74da83597e7effc5086b79152 Mon Sep 17 00:00:00 2001 From: kogelnikp Date: Fri, 19 Feb 2016 22:17:39 +0100 Subject: [PATCH] fixed partially hidden button added clearfix class to prevent floating for the next elements. --- website/views/options/social/chat-box.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/options/social/chat-box.jade b/website/views/options/social/chat-box.jade index d8f2cd1141..74fc071dfe 100644 --- a/website/views/options/social/chat-box.jade +++ b/website/views/options/social/chat-box.jade @@ -1,6 +1,6 @@ div.chat-form.guidelines-not-accepted(ng-if='!user.flags.communityGuidelinesAccepted') p!=env.t('requestAcceptGuidelines', {linkStart: '', linkEnd: ''}) - .chat-controls + .chat-controls.clearfix div button.btn.btn-warning(ng-click='acceptCommunityGuidelines()')=env.t('iAcceptCommunityGuidelines') .chat-buttons