Fix #1382 Basket title hyphenation

This commit is contained in:
Nicolas Le Goff
2013-07-30 17:34:21 +02:00
parent 03f6b9199e
commit 025a58e00c
2 changed files with 6 additions and 0 deletions

View File

@@ -979,6 +979,9 @@ div.diapo {
#baskets .SSTT .workzone-menu-title {
text-overflow: ellipsis;
padding-right:65px;
overflow: hidden;
white-space: nowrap;
display: block;
}
/** hack IE7 only */

View File

@@ -1010,6 +1010,9 @@ div.diapo {
#baskets .SSTT .workzone-menu-title {
text-overflow: ellipsis;
padding-right:65px;
overflow: hidden;
white-space: nowrap;
display: block;
}
/** hack IE7 only */