fix distance between options button and pagination
This commit is contained in:
parent
cef8fcf09e
commit
5066887f88
1 changed files with 2 additions and 2 deletions
|
@ -869,7 +869,7 @@ textarea,
|
|||
}
|
||||
|
||||
.pagination {
|
||||
margin: 0;
|
||||
margin: 0 0 0 19px;
|
||||
@extend .horizontal;
|
||||
}
|
||||
|
||||
|
@ -892,7 +892,7 @@ textarea,
|
|||
}
|
||||
|
||||
.pagination-counter {
|
||||
margin: 0 19px;
|
||||
margin: 0 0 0 19px;
|
||||
line-height: 33px;
|
||||
color: #9c9c9b;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue