@@ -80,7 +80,7 @@ header .container { display: flex; justify-content: space-between; }
80
80
.exception-hierarchy .icon svg { height: 13px; width: 13px; vertical-align: -2px; }
81
81
82
82
.exception-without-message .exception-message-wrapper { display: none; }
83
- .exception-message-wrapper .container { display: flex; align-items: flex-start; min-height: 70px; padding: 10px 0 8px; }
83
+ .exception-message-wrapper .container { display: flex; align-items: flex-start; min-height: 70px; padding: 10px 15px 8px; }
84
84
.exception-message { flex-grow: 1; }
85
85
.exception-message, .exception-message a { color: #FFF; font-size: 21px; font-weight: 400; margin: 0; }
86
86
.exception-message.long { font-size: 18px; }
@@ -107,11 +107,11 @@ header .container { display: flex; justify-content: space-between; }
107
107
.trace-line .icon svg { height: 16px; width: 16px; }
108
108
.trace-line-header { padding-left: 36px; }
109
109
110
- .trace-file-path, .trace-file-path a { color: #999; color: #795da3; color: #B0413E; color: # 222; font-size: 13px; }
110
+ .trace-file-path, .trace-file-path a { color: #222; font-size: 13px; }
111
111
.trace-class { color: #B0413E; }
112
112
.trace-type { padding: 0 2px; }
113
- .trace-method { color: #B0413E; color: #222; font-weight: bold; color: #B0413E ; }
114
- .trace-arguments { color: #222; color: #999; font-weight: normal; color: #795da3; color: #777 ; padding-left: 2px; }
113
+ .trace-method { color: #B0413E; font-weight: bold; }
114
+ .trace-arguments { color: #777; font-weight: normal; padding-left: 2px; }
115
115
116
116
.trace-code { background: #FFF; font-size: 12px; margin: 10px 10px 2px 10px; padding: 10px; overflow-x: auto; white-space: nowrap; }
117
117
.trace-code ol { margin: 0; float: left; }
0 commit comments