Skip to content

Commit 755f321

Browse files
committed
fix: Align styling to tags and other input for title (Fixes #468)
1 parent 2801750 commit 755f321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<div class="card-body p-0">
4646
<div class="p-4 border-bottom">
4747
<div class="form-floating">
48-
<input type="text" class="form-control form-control-lg border-0 shadow-none fs-3 fw-semibold"
48+
<input type="text" class="form-control form-control-lg shadow-none fs-3 fw-semibold"
4949
id="title" placeholder="Enter your post title..."
5050
@oninput="args => model.Title = args.Value!.ToString()!"
5151
value="@model.Title"/>

0 commit comments

Comments
 (0)