[Search] Overflow text
Overflow text on the search item labels is now hidden, with ellipses. New problem: Text is on a different line than the icon.
This commit is contained in:
@@ -29,10 +29,23 @@ span.searchbar {
|
||||
color: #ff0000;
|
||||
|
||||
.searchbar-item {
|
||||
color: #aa00ff;
|
||||
$runningItemW: 0;
|
||||
color: #8800ff;
|
||||
|
||||
.label {
|
||||
color: #00aa00; // Good up to here.
|
||||
color: #00aa00;
|
||||
|
||||
.title-label {
|
||||
color: #aa00aa;
|
||||
|
||||
//@include absPosDefault();
|
||||
display: block;
|
||||
//left: $runningItemW + ($interiorMargin * 3);
|
||||
//left: 60px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user