prevent shift of app titles caused by scrollbar

This commit is contained in:
Jan-Christoph Borchardt 2013-11-21 14:09:15 +01:00 committed by Morris Jobke
parent 457a7d4baa
commit f9f123c6f6
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
color: #fff;
white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */
padding-bottom: 10px;
padding-left: 8px; /* prevent shift caused by scrollbar */
}
/* icon opacity and hover effect */