Skip to content

Commit

Permalink
Adjust spacing
Browse files Browse the repository at this point in the history
Adjusted spacing of HBox
  • Loading branch information
baskargopinath committed Jun 5, 2024
1 parent b896eb0 commit 88c3107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/PersonListCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<padding>
<Insets top="5" right="5" bottom="5" left="15" />
</padding>
<HBox spacing="5" alignment="CENTER_LEFT">
<HBox spacing="0.5" alignment="CENTER_LEFT">
<Label fx:id="id" styleClass="cell_big_label">
<minWidth>
<!-- Ensures that the label text is never truncated -->
Expand Down

0 comments on commit 88c3107

Please sign in to comment.