Skip to content

Commit e11cc53

Browse files
committed
Update installer.blade.php
1 parent 07aa607 commit e11cc53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/installer/installer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
<option>No</option>
193193
<option>Yes</option>
194194
</select>
195-
<style>.hidden{visibility:visible!important;}</style>
196-
<span class="" id="hidden" style="visibility:hidden;display:flex;margin-top:-22px;margin-bottom:10px;color:#6c757d;font-size:90%;">This will move the Home Page to /home</span>
195+
<style>.hidden{display:flex!important;}</style>
196+
<span class="" id="hidden" style="display:none;margin-top:-22px;margin-bottom:10px;color:#6c757d;font-size:90%;">This will move the Home Page to /home</span>
197197
<script src="{{ asset('studio/external-dependencies/jquery-3.4.1.min.js') }}"></script>
198198
<script>
199199
$("#select").change(function(){

0 commit comments

Comments
 (0)