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){
214
214
<h5 style="margin-top:50px">' ; foreach ($configNames as $obj ){if ($obj -> value == $key ){echo $obj -> title ;}}; echo ' </h5>
215
215
<p class="text-muted">' ; foreach ($configNames as $obj ){if ($obj -> value == $key ){echo $obj -> description ;}}; echo ' </p>
216
216
<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 '
218
218
<input type="hidden" name="_token" value="' . csrf_token (). ' ">
219
219
<button style="position:relative;bottom:17px;" type="submit" class="mt-3 ml-3 btn btn-info">Apply</button>
220
220
</div></div>
You can’t perform that action at this time.
0 commit comments