fix error message for required file fix #1137
This commit is contained in:
parent
e12806421e
commit
0d319def10
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue