We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ad31c commit a9e463cCopy full SHA for a9e463c
src/aiidalab_qe/common/panel.py
@@ -84,6 +84,7 @@ def __init__(self, **kwargs):
84
</div>
85
"""),
86
],
87
+ layout=ipw.Layout(width="fit-content"),
88
**kwargs,
89
)
90
0 commit comments