Fix typo in class name for input label (#59)
This commit is contained in:
parent
d3a60b5f71
commit
89500d8f8e
@ -28,7 +28,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputeLabel inputLabelUnfocused" for="AString">A String</label>
|
<label class="inputLabel inputLabelUnfocused" for="AString">A String</label>
|
||||||
<input id="AString" name="AString" type="text" is="emby-input" />
|
<input id="AString" name="AString" type="text" is="emby-input" />
|
||||||
<div class="fieldDescription">Another Description</div>
|
<div class="fieldDescription">Another Description</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user