mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Minimize font in summary section to not line break on 9 digits in FF.
This commit is contained in:
parent
70f2965b28
commit
8dc99f27ea
1 changed files with 2 additions and 2 deletions
|
@ -216,12 +216,12 @@ header.row .pagination {
|
|||
padding: 4px 0 2px 0;
|
||||
}
|
||||
.summary_bar ul .desc {
|
||||
font-size: 1.1em;
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
.summary_bar ul .count {
|
||||
color: #b1003e;
|
||||
font-size: 1.1em;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue