Skip to content

Commit

Permalink
set max-width to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem committed Mar 19, 2024
1 parent 73febd8 commit 3c5aee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</script>

<div class="flex flex-row justify-between space-x-8">
<div class="flex flex-1 max-w-[100ch] flex-col">
<div class="flex flex-1 max-w-[80ch] flex-col">
<span style="font-weight: 300;">
{#if assessable && canEditRequirementAssessment}
<span class="w-full h-full flex rounded-token hover:text-primary-500">
Expand All @@ -102,7 +102,7 @@
</a>
</span>
{:else}
<p class="max-w-[100ch] whitespace-pre-line">
<p class="max-w-[80ch] whitespace-pre-line">
{#if title} <span style="font-weight: 600;">{title}</span>&nbsp;&nbsp;{/if}
{#if description}{description}{/if}
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<div>
<span class="whitespace-pre-line" style="font-weight: 300};">
<p class="max-w-[100ch]">
<p class="max-w-[80ch]">
{#if title} <span style="font-weight: 600;">{title}</span>&nbsp;&nbsp;{/if}
{#if description}{description}{/if}
</p>
Expand Down

0 comments on commit 3c5aee8

Please sign in to comment.