update: table - wip

This commit is contained in:
gaelle morin 2020-06-09 15:15:34 +02:00
parent eaa7478196
commit 5441686d8e
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 78 additions and 59 deletions

View File

@ -11,7 +11,25 @@
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 {
width: 100%;
max-width: 100%;
border-collapse: collapse;
overflow: auto;
table-layout: fixed;
.table-header {
display: flex;

View File

@ -22,6 +22,7 @@
next='admin-project-create'
) Créer un projet
.gridjs-wrapper
.table
div.table-header.grey-color
div.w25 Nom