Skip to content

Commit

Permalink
Remove double boarders
Browse files Browse the repository at this point in the history
  • Loading branch information
strifel committed Oct 3, 2024
1 parent b26c3c7 commit 940ace1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
placeholder=" "
class="form-control"
@bind-Value="Model!.GroupName"
style="border-bottom-left-radius: 0;border-bottom-right-radius: 0;"/>
style="border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-bottom: none"/>
<label for="group_name">Group-Name:</label>
</div>
<div class="form-floating">
Expand All @@ -35,7 +35,7 @@
id="group_description"
class="form-control"
@bind-Value="Model!.Description"
style="min-height: 150px; border-radius: 0"/>
style="min-height: 150px; border-radius: 0;border-bottom: none"/>
<label for="group_description">Description (optional):</label>
</div>
<div class="form-floating">
Expand Down

0 comments on commit 940ace1

Please sign in to comment.