File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
lib/error_tracker/web/live Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66
66
< . link navigate = { error_path ( @ socket , error ) } class = "absolute inset-1 " >
67
67
< span class = "sr-only " > (<%= sanitize_module ( error . kind ) %> ) <%= error . reason %> </ span >
68
68
</ . link >
69
- < p class = "whitespace-nowrap text-ellipsis w-full overflow-hidden " >
69
+ < p class = "whitespace-nowrap text-ellipsis overflow-hidden " >
70
70
(<%= sanitize_module ( error . kind ) %> ) <%= error . reason %>
71
71
</ p >
72
- < p :if = { ErrorTracker.Error . has_source_info? ( error ) } class = "font-normal text-gray-400 " >
72
+ < p
73
+ :if = { ErrorTracker.Error . has_source_info? ( error ) }
74
+ class = "whitespace-nowrap text-ellipsis overflow-hidden font-normal text-gray-400 "
75
+ >
73
76
<%= sanitize_module ( error . source_function ) %>
74
77
< br />
75
78
<%= error . source_line %>
You can’t perform that action at this time.
0 commit comments