Browse Source

fix(SecurityDialog): Fix password action spacing

master
Mihai Uscat 4 years ago
parent
commit
bd65108692
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      css/modals/security/_security.scss

+ 4
- 0
css/modals/security/_security.scss View File

@@ -25,6 +25,10 @@
25 25
                         font-size: 14px;
26 26
                         color: #6FB1EA;
27 27
                     }
28
+
29
+                    & > :first-child:not(:last-child) {	
30
+                        margin-right: 24px;	
31
+                    }
28 32
                 }
29 33
             }
30 34
         }

Loading…
Cancel
Save