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,6 +10,8 @@ | ||
10 | .users-cloud { | 10 | .users-cloud { |
11 | 11 | ||
12 | width: 80%; | 12 | width: 80%; |
13 | + height: 300px; | ||
14 | + overflow: hidden; | ||
13 | } | 15 | } |
14 | .users-cloud li { | 16 | .users-cloud li { |
15 | list-style: none; | 17 | list-style: none; |
@@ -27,7 +29,7 @@ | @@ -27,7 +29,7 @@ | ||
27 | } | 29 | } |
28 | 30 | ||
29 | .div-users-cloud{ | 31 | .div-users-cloud{ |
30 | - height: 200px; | 32 | + height: 300px; |
31 | margin-left: 20%; | 33 | margin-left: 20%; |
32 | width: 70%; | 34 | width: 70%; |
33 | } | 35 | } |