Browse Source

Added spacing to network tab

Marcel Baumgartner 1 year ago
parent
commit
b6e048e982
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Moonlight/Shared/Views/Server/ServerNetwork.razor

+ 1 - 1
Moonlight/Shared/Views/Server/ServerNetwork.razor

@@ -7,7 +7,7 @@
 
 @foreach (var allocation in CurrentServer.Allocations)
 {
-    <div class="row align-items-center">
+    <div class="row align-items-center mb-3">
         <div class="col-1 me-4">
             <i class="text-primary bx bx-wifi bx-md"></i>
         </div>