Fix: tweak icon placement in small doc card buttons

This commit is contained in:
shamoon 2024-10-16 16:39:20 -07:00
parent bddb9bfad8
commit 86a57838a8

View File

@ -704,3 +704,7 @@ canvas.hiddenCanvasElement {
i-bs svg {
vertical-align: text-bottom;
}
.document-card .card-footer i-bs svg {
vertical-align: middle;
}