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 d3fd68e commit 5660399Copy full SHA for 5660399
src/Separator/index.tsx
@@ -27,7 +27,7 @@ export class Separator extends React.Component<SeparatorProps> {
27
28
const styleClasses = theme.prepareStyle({
29
style: theme.prefixStyle({
30
- display: "inline-block",
+ display: isColumn ? "inline-block" : "block",
31
flex: "0 0 auto",
32
width: isColumn ? 1 : "100%",
33
height: isColumn ? "100%" : 1,
0 commit comments