fixes jumpy behaviour when selecting rows

This commit is contained in:
kevmodrome 2020-10-15 16:24:03 +02:00
parent 1bffa76194
commit ee4e1718d5
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@
<style>
.controls {
min-height: 15px;
margin-bottom: var(--spacing-s);
display: grid;
grid-gap: var(--spacing-s);