Commit 9e1ebd5f7c3c08fbc5069c94a562814187cb193c

Authored by Sergio Oliveira
1 parent c2a2f87f

Setting min-height to user vcard

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/static/css/screen.css
... ... @@ -131,6 +131,10 @@ div.submit {
131 131  
132 132 /* User profile */
133 133  
  134 +.vcard {
  135 + min-height: 400px;
  136 +}
  137 +
134 138 .vcard .thumbnail {
135 139 width: 200px;
136 140 height: 200px;
... ...