Skip to content

Commit a9e463c

Browse files
Adjust panel outline width to fit content (#1264)
1 parent 20ad31c commit a9e463c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aiidalab_qe/common/panel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(self, **kwargs):
8484
</div>
8585
"""),
8686
],
87+
layout=ipw.Layout(width="fit-content"),
8788
**kwargs,
8889
)
8990

0 commit comments

Comments
 (0)