Browse Source

Merge pull request #1027 from jitsi/fix-contact-list-resizing

Some contact list styling adjustments
j8
Дамян Минков 8 years ago
parent
commit
c2085a5a9d
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      css/_contact_list.scss

+ 4
- 2
css/_contact_list.scss View File

@@ -8,7 +8,6 @@
8 8
         margin-top: 16px;
9 9
         padding: 0px;
10 10
         width: 100%;
11
-        overflow: auto;
12 11
     }
13 12
 
14 13
     .clickable {
@@ -25,7 +24,7 @@
25 24
         white-space: nowrap;
26 25
         color: #FFF;
27 26
         font-size: 10pt;
28
-        padding: 6px 30px;
27
+        padding: 6px 10%;
29 28
 
30 29
         &:hover,
31 30
         &:active {
@@ -36,6 +35,9 @@
36 35
             display: inline-block;
37 36
             vertical-align: middle;
38 37
             margin: 0px;
38
+            width: 100%;
39
+            text-overflow: ellipsis;
40
+            overflow: hidden;
39 41
         }
40 42
     }
41 43
 }

Loading…
Cancel
Save