Skip to content

Commit 8a2b9dd

Browse files
committed
Fixed input box to wide
1 parent c8c89c0 commit 8a2b9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/AboutMe/Components/AddProfileShortItem.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><input type="text" @bind-value="@content" placeholder="supports markdown"/>
1+
<li><input type="text" @bind-value="@content" placeholder="supports markdown" class="w-100"/>
22
<button type="button" class="btn btn-default" aria-label="Add Item" @onclick="@AddItemAsync">
33
<i class="far fa-plus-square" aria-hidden="true"></i>
44
</button>

0 commit comments

Comments
 (0)