Commit 62e3b6627644a7fc4eda6e45b657686115968b33

Authored by Victor Costa
1 parent 49c06747

fix pairwise spiner

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
@@ -2447,6 +2447,10 @@ input.button.with-text { @@ -2447,6 +2447,10 @@ input.button.with-text {
2447 padding: 0.5em 1em; 2447 padding: 0.5em 1em;
2448 } 2448 }
2449 /*Pairwise*/ 2449 /*Pairwise*/
  2450 +div.pairwise_main .spinner {
  2451 + width: 92%;
  2452 +}
  2453 +
2450 .pairwise-plugin_pairwise-content #article-header .title { 2454 .pairwise-plugin_pairwise-content #article-header .title {
2451 display: none; 2455 display: none;
2452 } 2456 }