mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #1611 from mperham/responsive-summary
Set sizing of summary bar li's
This commit is contained in:
commit
a33578649f
1 changed files with 5 additions and 0 deletions
|
@ -128,8 +128,13 @@ header.row .pagination {
|
|||
.summary_bar ul li {
|
||||
padding: 4px 0 2px 0;
|
||||
text-align: center;
|
||||
width: 14%;
|
||||
}
|
||||
@media (max-width: 767px) and (min-width: 400px) {
|
||||
.summary_bar ul li {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.summary_bar ul li span {
|
||||
width: 50% !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue