Selaa lähdekoodia

Added spacing to network tab

Marcel Baumgartner 1 vuosi sitten
vanhempi
commit
b6e048e982
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>