Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit ebad2b6

Browse files
committed
Fix stylelint issue
1 parent 8b32cee commit ebad2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/FloatLabel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export default {
112112
.vfl-label {
113113
position: absolute;
114114
top: 0;
115-
left: 0.1em;
116115
right: 0;
116+
left: 0.1em;
117117
overflow: hidden;
118118
font-family: sans-serif;
119119
font-size: 0.8em;

0 commit comments

Comments
 (0)