Something went wrong while setting issue due date.
Tables inside .panel-Elements
Closed
Tables inside .panel-Elements
Created by: redtrumpet
Hi, putting a table.table
inside a .panel
-Element instead of a .table-body works quite fine, similar to .table-group
s. There is only one little issue: the margin-bottom should be removed.
Normal:
Margin removed:
Removing the margin should be as simple as
.panel>.table {
margin-bottom: 0;
}
And I think this behaviour should be added to the documentation, because it's pretty nice, I think.