Skip to content

Commit 5660399

Browse files
committed
feat: Update Separator row mode style
1 parent d3fd68e commit 5660399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Separator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class Separator extends React.Component<SeparatorProps> {
2727

2828
const styleClasses = theme.prepareStyle({
2929
style: theme.prefixStyle({
30-
display: "inline-block",
30+
display: isColumn ? "inline-block" : "block",
3131
flex: "0 0 auto",
3232
width: isColumn ? 1 : "100%",
3333
height: isColumn ? "100%" : 1,

0 commit comments

Comments
 (0)