1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Reformatted sortable toolbox components

This commit is contained in:
Dan Brown
2017-09-02 15:06:52 +01:00
parent 9bd5d6a422
commit 1c9ecc3edd
3 changed files with 66 additions and 49 deletions

View File

@@ -57,18 +57,4 @@ table.list-table {
vertical-align: middle;
padding: $-xs;
}
}
.fake-table {
display: table;
width: 100%;
> div {
display: table-row-group;
}
> div > div {
display: table-row;
}
> div > div > div {
display: table-cell;
}
}