Skip to content

Commit 2d28bb9

Browse files
committed
Guid: Move Generate button
1 parent b8e2030 commit 2d28bb9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/Utility/Components/GuidGenerator/GuidGenerator.razor

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@
4040
<div class="row">
4141
<label class="label-control">New:</label>
4242
<div class="input-group">
43-
<span class="input-group-btn">
44-
<button class="btn btn-info" type="button" id="btnGuidNewCreate" name="btnGuidNewCreate" @onclick="GenerateNewGuid">Generate</button>
45-
</span>
43+
@* <span class="input-group-btn"></span> *@
4644
<input type="text" id="newGuid" name="newGuid" class="form-control" value="@newGuid" placeholder="00000000-0000-0000-0000-000000000000" readonly>
4745
<input type="hidden" id="newGuidHidden" name="newGuidHidden" class="form-control" value="@newGuidHidden" placeholder="00000000-0000-0000-0000-000000000000" readonly>
4846
<span class="input-group-btn">
47+
<button class="btn btn-info" type="button" id="btnGuidNewCreate" name="btnGuidNewCreate" @onclick="GenerateNewGuid">Generate</button>
4948
<button class="btn btn-info" type="button" id="btnNewGuidCopy" name="btnNewGuidCopy" @onclick="CopyNewGuid"><i class="far fa-copy"></i></button>
5049
</span>
5150
</div>
@@ -87,7 +86,7 @@
8786
</div>
8887
</div>
8988
<div class="row">
90-
<textarea id="guids" class="form-control" @bind="NewGuids"></textarea>
89+
<textarea id="guids" class="form-control" @bind="NewGuids" rows="5"></textarea>
9190
</div>
9291
</div>
9392

0 commit comments

Comments
 (0)