Skip to content

Commit

Permalink
Fix typo in structure editor
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Jan 30, 2025
1 parent c54d65b commit c380d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiidalab_widgets_base/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ def disable_element(_=None):
btn_add = ipw.Button(description="Add to selected", layout={"width": "initial"})
btn_add.on_click(self.add)
self.bond_length = ipw.FloatText(
description="Bond lenght.", value=1.0, layout={"width": "140px"}
description="Bond length", value=1.0, layout={"width": "140px"}
)
use_covalent_radius = ipw.Checkbox(
value=True,
Expand Down

0 comments on commit c380d96

Please sign in to comment.