Commit 62e3b6627644a7fc4eda6e45b657686115968b33
1 parent
49c06747
Exists in
master
and in
5 other branches
fix pairwise spiner
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -2447,6 +2447,10 @@ input.button.with-text { |
2447 | 2447 | padding: 0.5em 1em; |
2448 | 2448 | } |
2449 | 2449 | /*Pairwise*/ |
2450 | +div.pairwise_main .spinner { | |
2451 | + width: 92%; | |
2452 | +} | |
2453 | + | |
2450 | 2454 | .pairwise-plugin_pairwise-content #article-header .title { |
2451 | 2455 | display: none; |
2452 | 2456 | } | ... | ... |