Skip to content Skip to sidebar Skip to footer

CSS When Combining Tables, Divs And Spans

I have a list of items I want to display in a table (because I want to leverage the styling from bootstrap). But because I am having issues making the table sortable I want each r

Solution 1:

If I remove the class from the second div row, it works fine.

<div>
    <span>{{ action.notes|apply_markup:"creole" }}</span>
</div>

Post a Comment for "CSS When Combining Tables, Divs And Spans"