Make hunk-handle take up height of parent so it is hoverable

This commit is contained in:
tidy-dev 2024-02-14 07:59:35 -05:00
parent 2c870d70f6
commit 65aaff279d

View file

@ -56,6 +56,7 @@
flex-direction: row;
line-height: 20px;
position: relative;
height: 100%;
&.hunk-info {
background: var(--diff-hunk-background-color);