Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 6ae2219

Browse files
author
Kamil Kisiela
committed
fix(label): missing left padding
Closes #29
1 parent 1febfb0 commit 6ae2219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrappers/label/label.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<label for="{{id}}" ng-style="['input', 'textarea', 'select'].indexOf(options.type) === -1 && {'font-size':'12px', 'color': 'rgb(117, 117, 117)'}">
1+
<label for="{{id}}" ng-style="['input', 'textarea', 'select'].indexOf(options.type) === -1 && {'font-size':'12px', 'color': 'rgb(117, 117, 117)', 'padding-left': '3px'}">
22
{{to.label}}
33
</label>
44
<formly-transclude></formly-transclude>

0 commit comments

Comments
 (0)