File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ An enhanced error reporting and debugging tool for ColdBox Framework
256256 <!----------------------------------------------------------------------------------------->
257257
258258 <div class =" whoops_stacktrace_panel_info" >
259- <i data-eva =" list-outline" data-eva-height =" 16 " data-eva-fill =" white" ></i >
260- Stack Frame(s): # stackFrames #
259+ <i data-eva =" list-outline" data-eva-height =" 20 " data-eva-fill =" white" ></i >
260+ Stack Frame(s)
261261 </div >
262262 <div class =" whoops__stacktrace_panel" >
263263 <ul class =" stacktrace__list" role =" list" aria-label =" Stack trace frames" >
Original file line number Diff line number Diff line change 3838 /* Font sizes - Increased for better readability */
3939 --text-xs : 0.875rem ; /* 14px */
4040 --text-sm : 1rem ; /* 16px */
41- --text-base : 1.125 rem ; /* 18px */
41+ --text-base : 1 rem ; /* 18px */
4242 --text-lg : 1.25rem ; /* 20px */
4343 --text-xl : 1.375rem ; /* 22px */
4444 --text-2xl : 1.5rem ; /* 24px */
@@ -200,7 +200,7 @@ body {
200200.stacktrace {
201201 display : flex;
202202 align-items : center;
203- padding : var (--spacing-lg );
203+ padding : var (--spacing-md );
204204 background : var (--bg-lighter );
205205 color : var (--text-secondary );
206206 cursor : pointer;
You can’t perform that action at this time.
0 commit comments