small style change

This commit is contained in:
Jonathan Bobel
2023-07-13 13:58:10 -04:00
parent f11746324d
commit 8f51c4f96b

View File

@@ -215,3 +215,11 @@ td.table-empty-message {
top: 0;
}
}
.sticky-template-form {
margin: 0;
padding: 0;
&:focus {
outline-offset: units(1);
}
}