mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Bug 309606: Long strings in xul error pages aren't wrapped, patch by Henrik Skupin <hskupin@gmail.com>, r=neil+mconnor
This commit is contained in:
parent
da44abd930
commit
c6d3b67a4b
@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
|
||||
}
|
||||
|
||||
#errorShortDesc > p {
|
||||
overflow: auto;
|
||||
border-bottom: 1px solid ThreeDLightShadow;
|
||||
padding-bottom: 1em;
|
||||
font-size: 130%;
|
||||
|
@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
|
||||
}
|
||||
|
||||
#errorShortDesc > p {
|
||||
overflow: auto;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
padding-bottom: 1em;
|
||||
font-size: 130%;
|
||||
|
@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
|
||||
}
|
||||
|
||||
#errorShortDesc > p {
|
||||
overflow: auto;
|
||||
border-bottom: 1px solid ThreeDLightShadow;
|
||||
padding-bottom: 1em;
|
||||
font-size: 130%;
|
||||
|
@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
|
||||
}
|
||||
|
||||
#errorShortDesc > p {
|
||||
overflow: auto;
|
||||
border-bottom: 1px solid ThreeDLightShadow;
|
||||
padding-bottom: 1em;
|
||||
font-size: 130%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user