We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0feda commit bf51279Copy full SHA for bf51279
src/lib/ResourceSelector.svelte
@@ -317,7 +317,7 @@
317
<FormGroup>
318
{#each Object.keys(resourcesByType[resourceType]) as key}
319
<Label style="width: 100%">
320
- <Card style="width: 100%">
+ <Card style="width: 100%; max-width: 100%">
321
<CardHeader>
322
<span style="font-size:small">{resourceType}</span>
323
</CardHeader>
@@ -373,7 +373,7 @@
373
{#if injectedResources[section].resources}
374
{#each Object.keys(injectedResources[section].resources) as key}
375
376
377
378
<span style="font-size:small">{section}</span>
379
0 commit comments