1
0
Fork 0

Bit more spacing for the drag thing.

master
7kasper 2022-01-01 20:22:13 +01:00
parent b82b65198b
commit 02c432124f
No known key found for this signature in database
GPG Key ID: 4AD2FD3E13BFB86A
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
width: 45%;
}
.pp-order {
width: calc(50% / 14);
width: calc(100% / 14);
display: flex;
justify-content: space-between;
align-items: center;
@ -65,7 +65,7 @@
width: calc(200% / 14);
}
.pp-notes {
width: calc(800% / 14);
width: calc(750% / 14);
}
input {
height: 1.5rem;