Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added extra width for time and prevented wrapping when locale uses AM…
…/PM.
  • Loading branch information
astrilchuk authored and perexg committed Oct 26, 2015
1 parent 055add9 commit d8e8dd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webui/static/app/ext.css
Expand Up @@ -578,8 +578,9 @@

.x-nice-time {
display: inline-block;
width: 4em;
width: 6em;
text-align: right;
white-space: nowrap;
}

.x-epg-title {
Expand Down

0 comments on commit d8e8dd8

Please sign in to comment.