update: table - wip
This commit is contained in:
parent
eaa7478196
commit
5441686d8e
@ -11,7 +11,25 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-body>div:first-of-type,
|
||||||
|
.table-body>div:first-of-type>sib-display>div {
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gridjs-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
overflow: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
overflow: auto;
|
||||||
|
table-layout: fixed;
|
||||||
|
|
||||||
.table-header {
|
.table-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
next='admin-project-create'
|
next='admin-project-create'
|
||||||
) Créer un projet
|
) Créer un projet
|
||||||
|
|
||||||
|
.gridjs-wrapper
|
||||||
.table
|
.table
|
||||||
div.table-header.grey-color
|
div.table-header.grey-color
|
||||||
div.w25 Nom
|
div.w25 Nom
|
||||||
|
Loading…
Reference in New Issue
Block a user