Commit 879d68b2040cad758dfd65759e48e981747c746e

Authored by Antonio Terceiro
1 parent 7b07a28a

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 463 #join-community-popup {
464 464 z-index: 150;
465 465 position: absolute;
466   - width: 405px;
  466 + width: 500px;
467 467 height: 180;
468 468 right: 50px;
469 469 top: 50px;
... ...