Merge pull request #542 from vivganes/patch-follow-btn

fix text overflow on follow button
This commit is contained in:
2023-04-24 12:52:34 +01:00
committed by GitHub

View File

@ -602,7 +602,7 @@ button.tall {
} }
.action-heading button { .action-heading button {
width: 98px; min-width: 98px;
} }
.flex-end { .flex-end {