Reading the documentation for layout_columns(), this is the explanation of the gap argument:
A CSS length unit defining the gap (i.e., spacing) between elements provided to .... This argument is only applicable when fillable = TRUE
Clicking on the "CSS length unit" link does not clear up confusion about what sort of values are accepted to this argument. It helps sort of give a rough idea, but it's definitely not clear.
Reading the documentation for
layout_columns(), this is the explanation of thegapargument:Clicking on the "CSS length unit" link does not clear up confusion about what sort of values are accepted to this argument. It helps sort of give a rough idea, but it's definitely not clear.