Skip to content

Commit 1b2bcd1

Browse files
committed
Update config.blade.php
1 parent 74f25b6 commit 1b2bcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/config/config.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function text($key){
214214
<h5 style="margin-top:50px">'; foreach($configNames as $obj){if($obj->value == $key){echo $obj->title;}}; echo '</h5>
215215
<p class="text-muted">'; foreach($configNames as $obj){if($obj->value == $key){echo $obj->description;}}; echo '</p>
216216
<div class="input-group">
217-
<input type="text" class="form-control" name="value" value="'.$configValue.'" required>'; echo '
217+
<input type="text" style="border-radius:.25rem;max-width:600px" class="form-control" name="value" value="'.$configValue.'" required>'; echo '
218218
<input type="hidden" name="_token" value="'.csrf_token().'">
219219
<button style="position:relative;bottom:17px;" type="submit" class="mt-3 ml-3 btn btn-info">Apply</button>
220220
</div></div>

0 commit comments

Comments
 (0)