mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
white-space:nowrap on selection of deploymnet on both functions and sites
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@
|
||||
<FloatingActionBar>
|
||||
<svelte:fragment slot="start">
|
||||
<Badge content={selectedRows.length.toString()} />
|
||||
<span>
|
||||
<span style="white-space: nowrap">
|
||||
{selectedRows.length > 1 ? 'deployments' : 'deployment'}
|
||||
selected
|
||||
</span>
|
||||
|
||||
+1
-1
@@ -155,7 +155,7 @@
|
||||
<FloatingActionBar>
|
||||
<svelte:fragment slot="start">
|
||||
<Badge content={selectedRows.length.toString()} />
|
||||
<span>
|
||||
<span style="white-space: nowrap">
|
||||
{selectedRows.length > 1 ? 'deployments' : 'deployment'}
|
||||
selected
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user