Skip to content

Commit

Permalink
Added border to methods
Browse files Browse the repository at this point in the history
  • Loading branch information
phpcoinn committed Jan 31, 2024
1 parent e54ca6b commit 9b169ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcoin-sb.php
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ function api_post($url, $data = [], $timeout = 60, $debug = false) {
$name = $property['name'];
$type = @$property['type'];
?>
<div class="grid grid-nogutter">
<div class="grid grid-nogutter p-2 m-2 border-1">
<div class="col-12 sm:col-3">
<button type="submit" class="p-1 w-full" name="get_property_val[<?php echo $name ?>]"><?php echo $name ?></button>
</div>
Expand Down

0 comments on commit 9b169ca

Please sign in to comment.