Skip to content

Commit b0b99cf

Browse files
committed
Fix subscription brand icon consistent size with min-width/height
1 parent 122cafc commit b0b99cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/styles/modules/subscriptions.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
.subscription-brand-icon {
4040
width: 2.25rem;
4141
height: 2.25rem;
42+
min-width: 2.25rem;
43+
min-height: 2.25rem;
4244
border-radius: 0.5rem;
4345
display: flex;
4446
align-items: center;

0 commit comments

Comments
 (0)