Add fixed size for star to fix visual glitch
This commit is contained in:
parent
7bfb8fceb9
commit
90d1435fb8
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ div.checkbox input {
|
||||||
.suggestion .star {
|
.suggestion .star {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggestion .star.checked {
|
.suggestion .star.checked {
|
||||||
|
|
Loading…
Add table
Reference in a new issue