Skip to content

Commit a933e74

Browse files
committed
styling
1 parent be76881 commit a933e74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/ResourceList.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
}}
8787
/>
8888
<label class="st-typography-body timeline-item-list-filter-option-label" for="simulation-association">
89-
Associate selected simulation
89+
Use selected simulation
9090
</label>
9191
<input
9292
bind:checked={useSelectedSimulation}
@@ -138,6 +138,7 @@
138138
}
139139
140140
.upload-container :global(.upload-rows) {
141+
column-gap: 8px;
141142
display: grid;
142143
grid-template-columns: max-content auto;
143144
justify-content: space-between;

0 commit comments

Comments
 (0)