Fix misaligned poll rows when swapping axes #975

This commit is contained in:
David Benque 2022-10-17 11:13:04 +02:00
parent 3e3fc4f9e4
commit 4f15fda226
1 changed files with 1 additions and 1 deletions

View File

@ -985,7 +985,7 @@
}
.cp-poll-cell {
width: 100px;
height: 35px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;