mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user