Skip to content

Commit 7a204e3

Browse files
committed
fix: styling
1 parent e132bcd commit 7a204e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/containers/ContainerList.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<button
2727
type="button"
2828
class="btn d-flex border-top border-bottom"
29-
style="cursor: pointer"
29+
style="cursor: pointer; text-align: left"
3030
on:click={() => dispatch('select-container', container)}
3131
class:bg-dark={isSelected}
3232
class:text-light={isSelected}

0 commit comments

Comments
 (0)