Skip to content

Commit

Permalink
wrap output
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Aug 26, 2024
1 parent db7ae6b commit bb016fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/resources/rgb/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default component$(() => {
<span class="font-bold mr-2 text-gray-100">{t('color.output@@Output')}</span>
<span class="text-gray-500">- {t('color.outputSubtitle@@Copy-paste this for RGB text!')}</span>
</label>
<textarea id="output" class={{ 'lum-input h-32 w-full font-mc': true }} value={generateOutput(store.text, store.colors, store.format, store.prefixsuffix, store.trimspaces, store.colorlength, store.bold, store.italic, store.underline, store.strikethrough)}/>
<textarea id="output" class={{ 'lum-input h-32 w-full font-mc whitespace-pre-wrap': true }} value={generateOutput(store.text, store.colors, store.format, store.prefixsuffix, store.trimspaces, store.colorlength, store.bold, store.italic, store.underline, store.strikethrough)}/>

<h1 class={{
'text-3xl md:text-4xl xl:text-5xl my-4 break-all font-mc tracking-tight': true,
Expand Down

0 comments on commit bb016fa

Please sign in to comment.