Skip to content

Commit 0cf5a3a

Browse files
Fix toggle button group layout
1 parent 10ce096 commit 0cf5a3a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/aiidalab_qe/app/static/styles/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
.output_subarea {
66
max-width: none !important;
77
}
8+
9+
.widget-toggle-buttons {
10+
display: flex;
11+
flex-wrap: wrap;
12+
}
13+
14+
.widget-toggle-buttons label {
15+
margin-right: 1em;
16+
}
817
/* end override */
918

1019
.app-header {

0 commit comments

Comments
 (0)