]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
fix error message for required file fix #1137
authorkouceyla <hadjikouceyla@gmail.com>
Mon, 23 Apr 2018 08:27:18 +0000 (09:27 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Oct 2018 10:43:52 +0000 (12:43 +0200)
sass/elements/form.sass

index 8d74b859cf21bdf289b07d9329d34b441ecaa811..f1faca03cf42da98d4dd682b150f9b99ebc8e593 100644 (file)
@@ -354,12 +354,12 @@ $help-size: $size-small !default
       border-color: darken($file-name-border-color, 5%)
 
 .file-input
-  height: 0.01em
+  height: 100%
   left: 0
   outline: none
   position: absolute
   top: 0
-  width: 0.01em
+  width: 100%
 
 .file-cta,
 .file-name