Skip to content

Commit c952da3

Browse files
authored
feat(segment): support equal width
This PR adds support for equal width horizontal segments. We already have equal width in form and grid.
1 parent 248c30c commit c952da3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/definitions/elements/segment.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,10 @@
483483
.ui.horizontal.segments > .segment:last-child {
484484
border-radius: 0 @borderRadius @borderRadius 0;
485485
}
486+
/* Equal Width */
487+
.ui[class*="equal width"].horizontal.segments > .segment {
488+
width: 100%;
489+
}
486490
}
487491
}
488492

0 commit comments

Comments
 (0)