Merge pull request #1026 from basecamp/ff-button-fix

Tweak the header actions width
This commit is contained in:
Andy Smith
2025-09-04 15:04:21 -05:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@
.header--events {
@media (min-width: 640px) {
--header-actions-width: 7rem !important;
--header-actions-width: 7.25rem !important;
}
}