Bug 1301898 - Fix white-space style of console netlogging stack trace r=bgrins

This commit is contained in:
Jarda Snajdr 2016-09-12 12:38:25 +02:00
Родитель 75c7dd459f
Коммит 8b0eddb516
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -112,6 +112,12 @@ a {
max-width: 40%;
}
.stack-trace {
/* The markup contains extra whitespace to improve formatting of clipboard text.
Make sure this whitespace doesn't affect the HTML rendering */
white-space: normal;
}
.stack-trace .frame-link-source,
.message-location .frame-link-source {
/* Makes the file name truncated (and ellipsis shown) on the left side */