7 lines
79 B
CSS
7 lines
79 B
CSS
.pbn-box {
|
|
display: table-row;
|
|
}
|
|
.pbn-box-row {
|
|
display: table-cell;
|
|
}
|