Skip to content

Footnote don't jump lines in opt_interactive() #1505

@olivroy

Description

@olivroy

Prework

Description

Describe the bug clearly and concisely.

Reproducible example

gt::exibble |> 
  gt::gt() |> 
  gt::tab_footnote("first footnote", locations = gt::cells_column_labels(char)) |> 
  gt::tab_footnote("second footnote on second line", locations = gt::cells_column_labels(time)) |> 
  gt::opt_interactive()

As you can see, the second footnote is on the same line.
image

I dont see this behavior in static html

Expected result

1 footnote per line.

Session info

Latest gt.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions