Merge pull request #2972 from tribela/fix-secondary-button

Fix secondary post button alignment
This commit is contained in:
Jeong Arm
2025-03-26 06:08:56 +09:00
committed by Claire
parent ae43b6bb09
commit 58d2c7b481

View File

@@ -817,6 +817,10 @@ body > [data-popper-placement] {
flex: 0 1 auto;
padding-top: 0;
padding-bottom: 0;
.icon {
vertical-align: middle;
}
}
}