Browse Source

79 - UI jumping when you check/uncheck a column

main
Eric 2 years ago
committed by Eric Amodio
parent
commit
62049732d9
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 3
- 0
src/webviews/apps/plus/graph/graph.scss View File

@ -225,6 +225,8 @@ a {
}
&__item {
display: flex;
align-items: center;
appearance: none;
font-family: inherit;
background-color: transparent;
@ -252,6 +254,7 @@ a {
width: 16px;
height: 16px;
margin-right: 0.25rem;
margin-bottom: 0.5rem;
}
}

Loading…
Cancel
Save