Skip to content

Commit 46565a4

Browse files
committed
Update button defaults
1 parent 4656275 commit 46565a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/DasBlog.Web.UI/Views/Admin/Settings.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154

155155
<hr />
156156

157-
<div class="form-group">
158-
<input type="submit" name="submitAction" value="Save" class="btn btn-default btn-primary btn-lg" />
159-
<input asp-controller="Home" asp-action="Index" type="submit" name="submit" value="Cancel" class="btn btn-default btn-secondary btn-lg" />
157+
<div class="d-flex flex-wrap">
158+
<input type="submit" name="submitAction" value="Save" class="btn btn-primary me-2" />
159+
<input asp-controller="Home" asp-action="Index" type="submit" name="submit" value="Cancel" class="btn btn-secondary me-2" />
160160
</div>
161161

162162
@section Scripts {

0 commit comments

Comments
 (0)