settings: Fix avatar settings 'float' property.

This fixes the float of the avatar box so it does not visually
extend past the .settings-section container.
This commit is contained in:
Brock Whittaker
2017-04-04 17:31:16 -07:00
committed by Tim Abbott
parent 4b0ca4c852
commit 5501dafd2f

View File

@@ -109,6 +109,7 @@
<button class="button btn-danger w-200 m-t-20 block input-size" id="user_avatar_delete_button">{{t 'Delete avatar' }}</button>
</div>
</div>
<div class="clear-float"></div>
</form>