mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): unexpected style of redeem code button (#11540)
close AF-2482
This commit is contained in:
@@ -22,7 +22,7 @@ export const currentPlan = style({
|
||||
flex: '1 0 0',
|
||||
});
|
||||
export const planAction = style({
|
||||
width: 'auto',
|
||||
width: 'auto !important',
|
||||
marginTop: '8px',
|
||||
});
|
||||
export const planPrice = style({
|
||||
|
||||
Reference in New Issue
Block a user