mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Keep consistent sizing and placement of check mark
This commit is contained in:
parent
b9c7abbe9c
commit
dc71c8bca8
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue