Commit 328ac689835a0a1dd62d9bf9de5eb62dac7e39bc
1 parent
8f3121df
Exists in
master
and in
3 other branches
fixed data cloud
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
... | ... | @@ -10,6 +10,8 @@ |
10 | 10 | .users-cloud { |
11 | 11 | |
12 | 12 | width: 80%; |
13 | + height: 300px; | |
14 | + overflow: hidden; | |
13 | 15 | } |
14 | 16 | .users-cloud li { |
15 | 17 | list-style: none; |
... | ... | @@ -27,7 +29,7 @@ |
27 | 29 | } |
28 | 30 | |
29 | 31 | .div-users-cloud{ |
30 | - height: 200px; | |
32 | + height: 300px; | |
31 | 33 | margin-left: 20%; |
32 | 34 | width: 70%; |
33 | 35 | } | ... | ... |