Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[WebProfilerBundle] fix context log pre wrap
  • Loading branch information
HeahDude committed Mar 8, 2016
commit c6e6e75d5a40706f441e423d95fa021f3d29a4e2
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ table.logs .metadata .context {
table.logs .metadata .context pre {
margin: 5px 0;
padding: 5px 10px;
white-space: pre-wrap;
}

table.logs .sf-call-stack {
Expand Down