Fix Subscribe button being clipped on Channel page (#4057)

This commit is contained in:
Jason 2023-09-19 21:26:24 +00:00 committed by GitHub
parent 003a0d3d12
commit a271d4548f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
font-size: 0.9rem;
padding-block: 10px;
padding-inline: 20px;
block-size: fit-content;
box-sizing: border-box;
cursor: pointer;
display: inline-block;