mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -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
|
font-size: $size-normal
|
||||||
position: relative
|
position: relative
|
||||||
text-align: left
|
text-align: left
|
||||||
|
clear: both //fixes the icon floating out of the input when help text is floated right
|
||||||
// Modifiers
|
// Modifiers
|
||||||
// DEPRECATED
|
// DEPRECATED
|
||||||
&.has-icon
|
&.has-icon
|
||||||
|
|||||||
Reference in New Issue
Block a user