Skip to content

Commit

Permalink
Remove float-label class from index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Waerden committed Aug 18, 2017
1 parent 344224f commit 23b99b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic/templates/arctic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block content %}
<h4 id="form" data-magellan-target="form">Form with validation</h4>
<form class="content-block__flex-wrap float-label" data-abide novalidate>
<form class="content-block__flex-wrap" data-abide novalidate>
<fieldset type="get">
<div data-abide-error class="alert callout" style="display: none;">
<p><i class="fi-alert"></i> There are some errors in your form.</p>
Expand Down

0 comments on commit 23b99b7

Please sign in to comment.