Bug 688461 - Search result for tabs from other windows is truncated for certain sites r=dietrich

This commit is contained in:
Raymond Lee 2011-09-27 10:33:01 +08:00
parent 227b51cb10
commit 0b91f2c432
3 changed files with 7 additions and 1 deletions

View File

@ -658,6 +658,8 @@ html[dir=rtl] #otherresults {
-moz-margin-end: 5px;
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
.inlineMatch > span {

View File

@ -648,10 +648,12 @@ html[dir=rtl] #otherresults {
-moz-margin-end: 5px;
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
.inlineMatch > span {
max-width:200px;
max-width: 200px;
height: 15px;
}

View File

@ -678,6 +678,8 @@ html[dir=rtl] #otherresults {
-moz-margin-end: 5px;
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
.inlineMatch > span {