Skip to content

Fixed padding of marks in console find

Prakhar Agarwal requested to merge prakhar/purr-data:fix_pad_find into emscripten

Additional padding was getting created when traversing through search matches in console find. This MR fixes it.

Before: image

After: image

Merge request reports