Skip to content

Commit

Permalink
Ensure order_select button is wide enough
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Nov 20, 2020
1 parent a7a3e2e commit fe23ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimade_client/subwidgets/sort_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(
button_style="",
tooltip=self.order.name.capitalize(),
icon=self._get_order_icon(),
layout={"width": "101px"},
layout={"width": "auto", "min_width": "105px"},
)
self.order_select.observe(self._change_order, names="value")

Expand Down

0 comments on commit fe23ba4

Please sign in to comment.