]> git.giorgioravera.it Git - network-manager.git/commitdiff
changed spaces
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 24 Jan 2026 16:33:35 +0000 (17:33 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 24 Jan 2026 16:33:35 +0000 (17:33 +0100)
frontend/css/hosts.css

index cd997c09519e7d861457f59bc17e60c56d5062b6..573d51ca8db526232394c7528511cc76b6c55ed3 100644 (file)
@@ -32,15 +32,15 @@ td.actions {
 }
 
 /* ================================
-    Sort arrows
-   ================================ */  
+   Sort arrows
+   ================================ */
 .sort-arrow {
-  display: inline-block;
-  width: 1em;
-  text-align: center;
-  margin-left: .25rem;
-  color: var(--text-dark);
+    display: inline-block;
+    width: 1em;
+    text-align: center;
+    margin-left: .25rem;
+    color: var(--text-dark);
 }
 
-.sort-arrow.asc::after { content: "▲"; }
+.sort-arrow.asc::after  { content: "▲"; }
 .sort-arrow.desc::after { content: "▼"; }