We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NULL
layout_column_wrap()
1 parent 2a9a21f commit ef6865fCopy full SHA for ef6865f
1 file changed
R/layout.R
@@ -77,6 +77,7 @@ layout_column_wrap <- function(
77
# to fill the grid row.
78
# 2. Allow for heights_equal="-cell", which useful for allowing contents to
79
# shrink but not grow (i.e., default flex behavior).
80
+ children <- dropNulls(children)
81
children <- lapply(children, function(x) {
82
bindFillRole(
83
container = TRUE,
0 commit comments