Tweak styles for grid action links, per butterball

This commit is contained in:
Lance Edgar 2024-05-08 11:16:16 -05:00
parent b40423fc2d
commit 9b65e18261

View file

@ -229,6 +229,9 @@
}
a.grid-action {
align-items: center;
display: flex;
gap: 0.1rem;
white-space: nowrap;
}