Keep consistent sizing and placement of check mark

This commit is contained in:
tidy-dev 2024-01-24 11:43:47 -05:00
parent b9c7abbe9c
commit dc71c8bca8

View file

@ -82,6 +82,18 @@
border-color: inherit;
border-radius: var(--border-radius);
.line-number-check {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
flex-shrink: 0;
.octicon {
height: 12px;
}
}
span {
flex: 1;
user-select: none;