mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(reward-selection-pop-up): Fix Width
This commit is contained in:
@@ -114,6 +114,7 @@ export class RewardSelectionPopUpService {
|
||||
? 'Zum Warenkorb'
|
||||
: 'Zur Prämienausgabe',
|
||||
},
|
||||
width: '30rem',
|
||||
});
|
||||
|
||||
const dialogResult = await firstValueFrom(dialogRef.closed);
|
||||
|
||||
Reference in New Issue
Block a user