Commit e958310be2b122254808418810d0bed035574184

Authored by Ábner Silva de Oliveira
1 parent df95b9c8

#pairwise - prompt link should have height 100%

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
style.css
... ... @@ -2331,6 +2331,7 @@ input.button.with-text {
2331 2331 /*height: 170px;*/
2332 2332 max-width: 369px;
2333 2333 padding: 10px 0;
  2334 + height: 100%;
2334 2335 }
2335 2336  
2336 2337 #pairwise_main .separator {
... ...