fix icon floating out of input

Corrects the problem of the .has-icon-left / .has-icon-right fields floating out of the input area when a .help element is floated to the right of a preceding input
This commit is contained in:
Reece May
2018-03-23 22:49:35 +02:00
committed by Jeremy Thomas
parent a331af957b
commit c0966157b0

View File

@@ -543,6 +543,7 @@ $help-size: $size-small !default
font-size: $size-normal
position: relative
text-align: left
clear: both //fixes the icon floating out of the input when help text is floated right
// Modifiers
// DEPRECATED
&.has-icon