зеркало из https://github.com/mozilla/gecko-dev.git
Fix to 38820. Set white-space: normal for .treecell-error in JS Console css files for various themes.
This is needed because these files use css files that set the attribute to nowrap - which makes the JS console unusable on small screens. Original patch courtesy Eric Hodel <drbrain@segment7.net>, with changes for our many themes contributed by Decklin Foster <fosterd@hartwick.edu>. r=mccabe@netscape.com r=hangas@netscape.com a=ben@netscape.com
This commit is contained in:
Родитель
40468df446
Коммит
56e9e9c86c
|
@ -30,6 +30,7 @@
|
|||
.treecell-error {
|
||||
border-bottom: 1px solid #000000 !important;
|
||||
padding: 0px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.treecell-error[type="error"] {
|
||||
|
|
|
@ -24,3 +24,7 @@
|
|||
window {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.treecell-error {
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
|
@ -24,3 +24,7 @@
|
|||
window {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.treecell-error {
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
|
@ -24,3 +24,7 @@
|
|||
window {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.treecell-error {
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
.treecell-error {
|
||||
border-bottom: 1px solid #000000 !important;
|
||||
padding: 0px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.treecell-error[type="error"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче