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 c8c89c0 commit 8a2b9ddCopy full SHA for 8a2b9dd
src/LinkDotNet.Blog.Web/Features/AboutMe/Components/AddProfileShortItem.razor
@@ -1,4 +1,4 @@
1
-<li><input type="text" @bind-value="@content" placeholder="supports markdown"/>
+<li><input type="text" @bind-value="@content" placeholder="supports markdown" class="w-100"/>
2
<button type="button" class="btn btn-default" aria-label="Add Item" @onclick="@AddItemAsync">
3
<i class="far fa-plus-square" aria-hidden="true"></i>
4
</button>
0 commit comments