1. line token 換行

This commit is contained in:
Kai 2021-10-05 18:28:38 +08:00
parent 5d125c803e
commit e6a8ff5a2a

View File

@ -151,7 +151,7 @@
<div class="col-xl-3 row justify-content-center align-items-center"> <div class="col-xl-3 row justify-content-center align-items-center">
<label class="col-xl-4 form-label" id="coordinate_label" for="coordinate">Line Token</label> <label class="col-xl-4 form-label" id="coordinate_label" for="coordinate">Line Token</label>
<div class="col-xl-8"> <div class="col-xl-8">
<label id="line_token_text" class="color-info-600"></label> <label id="line_token_text" class="color-info-600" style="word-break: break-all"></label>
<input type="text" id="line_token" name="line_token" class="form-control"> <input type="text" id="line_token" name="line_token" class="form-control">
</div> </div>
</div> </div>