prevent shift of app names caused by scrollbar, part 2

This commit is contained in:
Jan-Christoph Borchardt 2013-11-21 17:21:23 +01:00 committed by Morris Jobke
parent f9f123c6f6
commit 3360719bbf
1 changed files with 3 additions and 1 deletions

View File

@ -586,7 +586,9 @@ 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 */
/* prevent shift caused by scrollbar */
padding-left: 8px;
width: 64px;
}
/* icon opacity and hover effect */