]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
fix icon floating out of input
authorReece May <ReeceM@users.noreply.github.com>
Fri, 23 Mar 2018 20:49:35 +0000 (22:49 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 30 May 2018 08:53:01 +0000 (09:53 +0100)
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

sass/elements/form.sass

index 49ae691f759c2a44790526a9059e700bb7056a49..4f0356628a3ac69899953e1f9dbfd8d26561ad3d 100644 (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