Update app/views/forms/show.html.erb

This commit is contained in:
bumi 2020-04-20 11:35:31 +02:00 committed by GitHub
parent d3f6ff9ce3
commit 0b33a5d981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
</div>
<div class="box table-wrapper">
<table class="table is-fullwidth is-strip is-hoverable">
<table class="table is-fullwidth is-striped is-hoverable">
<thead>
<tr>
<% @form.spreadsheet_headers.each do |value| %>
@ -47,4 +47,4 @@
</table>
</div>
</div>
</div>
</div>