File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
resources/views/components/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments