Commit 879d68b2040cad758dfd65759e48e981747c746e
1 parent
7b07a28a
Exists in
master
and in
29 other branches
ActionItem1165: giving enough width for join popup
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/stylesheets/common.css
@@ -463,7 +463,7 @@ div.pending-tasks { | @@ -463,7 +463,7 @@ div.pending-tasks { | ||
463 | #join-community-popup { | 463 | #join-community-popup { |
464 | z-index: 150; | 464 | z-index: 150; |
465 | position: absolute; | 465 | position: absolute; |
466 | - width: 405px; | 466 | + width: 500px; |
467 | height: 180; | 467 | height: 180; |
468 | right: 50px; | 468 | right: 50px; |
469 | top: 50px; | 469 | top: 50px; |