mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 602059: Large screenshots not handled well, and/or no scroll bars on details page. r=dtownsend, a=blocks-final
This commit is contained in:
parent
08153fbff0
commit
a55be3d9cd
@ -637,6 +637,8 @@
|
||||
|
||||
#detail-screenshot {
|
||||
-moz-margin-end: 2em;
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
#detail-desc-container {
|
||||
@ -649,7 +651,7 @@
|
||||
bug 592712*/
|
||||
outline: solid transparent;
|
||||
white-space: pre-wrap;
|
||||
min-width: 8em;
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
#detail-contributions {
|
||||
|
@ -737,6 +737,8 @@
|
||||
|
||||
#detail-screenshot {
|
||||
-moz-margin-end: 2em;
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
#detail-desc-container {
|
||||
@ -749,7 +751,7 @@
|
||||
bug 592712*/
|
||||
outline: solid transparent;
|
||||
white-space: pre-wrap;
|
||||
min-width: 8em;
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
#detail-contributions {
|
||||
|
@ -803,6 +803,8 @@
|
||||
|
||||
#detail-screenshot {
|
||||
-moz-margin-end: 2em;
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
#detail-desc-container {
|
||||
@ -815,7 +817,7 @@
|
||||
bug 592712*/
|
||||
outline: solid transparent;
|
||||
white-space: pre-wrap;
|
||||
min-width: 8em;
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
#detail-contributions {
|
||||
|
Loading…
Reference in New Issue
Block a user