Skip to content

Commit

Permalink
UI: Create Store CTA should be full-width
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Sep 6, 2024
1 parent 377ff52 commit 73dcde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/Views/UIUserStores/_CreateStoreForm.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<span asp-validation-for="PreferredExchange" class="text-danger"></span>
</div>
<div class="form-group mt-4">
<input type="submit" value="Create Store" class="btn btn-primary" id="Create" />
<input type="submit" value="Create Store" class="btn btn-primary @(Model.IsFirstStore ? "w-100" : null)" id="Create" />
</div>
</form>

0 comments on commit 73dcde7

Please sign in to comment.