Skip to content

Commit

Permalink
style: improve toast width
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoHamerski committed Dec 20, 2024
1 parent 14b9edb commit fbb345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/ToastAlert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const toastProps = computed(() => TOAST_TYPES_MAP[props.type])

<template>
<div
class="alert shadow-xl rounded-md md:rounded-lg mb-2 md:mb-3 whitespace-nowrap p-2 md:p-4 flex flex-nowrap"
class="alert shadow-xl rounded-md md:rounded-lg mb-2 md:mb-3 p-2 md:p-4 flex flex-nowrap min-w-[380px] max-w-[380px]"
:class="toastProps.className"
>
<FWIcon
Expand Down

0 comments on commit fbb345d

Please sign in to comment.