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 {
margin-top: 0;
margin-top: 2px;
}
.tooltip {
&.bottom .tooltip-arrow {
@ -2292,4 +2292,4 @@ pre, code {
.h-captcha iframe {
width: 90% !important;
border-radius: 10px;
}
}