We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4656275 commit 46565a4Copy full SHA for 46565a4
source/DasBlog.Web.UI/Views/Admin/Settings.cshtml
@@ -154,9 +154,9 @@
154
155
<hr />
156
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" />
+ <div class="d-flex flex-wrap">
+ <input type="submit" name="submitAction" value="Save" class="btn btn-primary me-2" />
+ <input asp-controller="Home" asp-action="Index" type="submit" name="submit" value="Cancel" class="btn btn-secondary me-2" />
160
</div>
161
162
@section Scripts {
0 commit comments