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 GitHub
parent f34326c30c
commit 2d248620d6

View File

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