Skip to content

Commit

Permalink
style(pwa): width settings in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Jan 10, 2022
1 parent 9fe0802 commit 343fb30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
v-if="offlineReady || needRefresh"
class="fixed top-0 right-0 m-3 p-2 rounded-sm shadow-lg text-left wb-text bg-theme-background-2 z-max"
class="fixed top-0 right-0 m-3 p-2 rounded-sm shadow-lg text-left wb-text bg-theme-background-2 z-max w-full md:w-96 break-words"
role="alert"
>
<HeroIcon class="absolute right-0 top-0 wb-icon" @click.prevent="close">
Expand Down

0 comments on commit 343fb30

Please sign in to comment.