mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 688461 - Search result for tabs from other windows is truncated for certain sites r=dietrich
This commit is contained in:
parent
227b51cb10
commit
0b91f2c432
@ -658,6 +658,8 @@ html[dir=rtl] #otherresults {
|
|||||||
-moz-margin-end: 5px;
|
-moz-margin-end: 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inlineMatch > span {
|
.inlineMatch > span {
|
||||||
|
@ -648,10 +648,12 @@ html[dir=rtl] #otherresults {
|
|||||||
-moz-margin-end: 5px;
|
-moz-margin-end: 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inlineMatch > span {
|
.inlineMatch > span {
|
||||||
max-width:200px;
|
max-width: 200px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -678,6 +678,8 @@ html[dir=rtl] #otherresults {
|
|||||||
-moz-margin-end: 5px;
|
-moz-margin-end: 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inlineMatch > span {
|
.inlineMatch > span {
|
||||||
|
Loading…
Reference in New Issue
Block a user