fix save button being slightly off from other buttons

This commit is contained in:
Kyle Drake 2024-01-09 21:27:25 -06:00
parent 0888c9e2df
commit 1870286f2a

View file

@ -2097,7 +2097,7 @@ a.tag:hover {
} }
} }
#saveButton { #saveButton {
margin-top: 0; margin-top: 2px;
} }
.tooltip { .tooltip {
&.bottom .tooltip-arrow { &.bottom .tooltip-arrow {