Skip to content

Commit fe1c409

Browse files
committed
Stretch ref elements by default (matches old 'block' behavior)
1 parent 09e909f commit fe1c409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lumi/Components/Styles.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ globals = jss
104104
}
105105
, "react-basic-ref":
106106
{ display: "flex"
107+
, flexDirection: "column"
107108
, minHeight: "0"
108109
, minWidth: "0"
109110
}

0 commit comments

Comments
 (0)