Skip to content

web: Fix blob view border

Administrator requested to merge tr/fix-code-border into main

Created by: umpox

Description

Changes the border around the blob/tree view from targeting the first div to being applied to the relevant elements.

This fixes a few bugs I noticed when a different div element was inserted before the code (e.g. the tour info, an alert, etc)

Before

image image

After

image image

Test plan

Tested locally by navigating directly to a blob view and enabling different states.

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading