[FIX]tablesorter margin on resize
Stops the tablesorter from pushing right on window resize
This commit is contained in:
parent
ac8657e909
commit
0e81af405a
@ -449,7 +449,7 @@ margin-bottom: 8px}
|
|||||||
|
|
||||||
.tablesorter, .tablesorterpager {
|
.tablesorter, .tablesorterpager {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: -5px 0 0 0;
|
margin: -4px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablesorter td, .tablesorterpager td{
|
.tablesorter td, .tablesorterpager td{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user