Set margin:0 for the inputs next to the buttons

Otherwise they've got odd spacing, and we have row-gaps anyway.
master
voussoir 2019-08-25 17:36:05 -07:00
parent 600cb45ddb
commit d5c99b407d
2 changed files with 8 additions and 1 deletions

View File

@ -31,7 +31,10 @@ h2, h3
{ {
margin-right: auto; margin-right: auto;
} }
#right input
{
margin: 0;
}
#right .confirm_holder_stage2 #right .confirm_holder_stage2
{ {
display: flex; display: flex;

View File

@ -42,6 +42,10 @@
{ {
display: flex; display: flex;
} }
#right input
{
margin: 0;
}
#right .spinner_holder #right .spinner_holder
{ {
display: flex; display: flex;