Showing a cell with a @BondsList output after the cell where the BondTable is created breaks the layout of the BondTable.
This is probably because the css of BondsList overwrites something in the css of BondTable.
We should have a single place where the css style is stored instead of repeating it every cell that outputs something. See also disberd/PlutoDevMacros.jl#16

Showing a cell with a
@BondsListoutput after the cell where theBondTableis created breaks the layout of the BondTable.This is probably because the css of BondsList overwrites something in the css of BondTable.
We should have a single place where the css style is stored instead of repeating it every cell that outputs something. See also disberd/PlutoDevMacros.jl#16