Browse Source

fix invite dialog design

master
Ilya Daynatovich 9 years ago
parent
commit
84d71d558e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      css/input-control/_input-control.scss

+ 2
- 1
css/input-control/_input-control.scss View File

@@ -20,7 +20,6 @@
20 20
     }
21 21
 
22 22
     &__input {
23
-        margin-bottom: 8px;
24 23
 
25 24
         &:last-child {
26 25
             margin-bottom: inherit;
@@ -47,6 +46,8 @@
47 46
     &__container {
48 47
         position: relative;
49 48
         width: 100%;
49
+        margin-top: 5px;
50
+        margin-bottom: 5px;
50 51
         @include flex();
51 52
 
52 53
         .button-control {

Loading…
Cancel
Save