File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 33## Unreleased
44
55- [ BREAKING CHANGE] Ruby version 3.1.0 or later is required. [ #632 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/632 )
6+ - [ FIX] alignment of SQL query start times. [ #627 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/627 )
67- [ FIX] Lower case HTTP response headers to be compatible with Rack 3 [ #628 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/628 )
78- [ FIX] Truncate long profiler name in profiler popup. [ #634 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/634 )
89- [ FIX] ` flamegraph_mode ` query param having no effect. [ #635 ] ( https://github.com/MiniProfiler/rack-mini-profiler/pull/635 )
Original file line number Diff line number Diff line change 113113 float : left; }
114114 .profiler-result .profiler-info .profiler-server-time {
115115 white-space : nowrap; }
116+ .profiler-result .profiler-info .profiler-number {
117+ display : block; }
116118 .profiler-result .profiler-timings th {
117119 background-color : # fff ;
118120 color : # 767676 ;
Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ $zindex: 2147483640; // near 32bit max 2147483647
114114 .profiler-server-time {
115115 white-space : nowrap ;
116116 }
117+ .profiler-number {
118+ display : block ;
119+ }
117120 }
118121
119122 .profiler-timings {
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module Rack
33 class MiniProfiler
4- ASSET_VERSION = '6b13136c854b67ed12d949d9a599d925 '
4+ ASSET_VERSION = '5b33967a307f940e28670fdeabb510b1 '
55 end
66end
You can’t perform that action at this time.
0 commit comments