Skip to content

Commit c2211cb

Browse files
committed
fix:responsiveness issue for set to archive tag
1 parent 380d743 commit c2211cb

File tree

1 file changed

+1
-0
lines changed
  • src/routes/(console)/organization-[organization]

1 file changed

+1
-0
lines changed

src/routes/(console)/organization-[organization]/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
{#if isSetToArchive(project)}
220220
<Tag
221221
size="s"
222+
style="white-space: nowrap;"
222223
on:click={(event) => {
223224
event.preventDefault();
224225
showSelectProject = true;

0 commit comments

Comments
 (0)