Fix table view of project page display of users [SCI-5336]

This commit is contained in:
Mojca Lorber 2021-01-06 09:52:13 +01:00
parent 8f11376285
commit 5298a91b48

View file

@ -528,7 +528,7 @@ li.module-hover {
grid-auto-rows: 2em;
grid-column-gap: 1em;
grid-row-gap: 1em;
grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(291px, 1fr));
width: 100%;
.table-header {
@ -771,7 +771,7 @@ li.module-hover {
grid-auto-rows: 2em;
grid-column-gap: 1em;
grid-row-gap: 1em;
grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(291px, 1fr));
width: 100%;
.table-header {
@ -965,7 +965,7 @@ li.module-hover {
grid-auto-flow: dense;
grid-auto-rows: 2em 1px;
grid-row-gap: .5em;
grid-template-columns: max-content repeat(4, minmax(100px, auto)) max-content;
grid-template-columns: max-content repeat(3, minmax(100px, auto)) max-content max-content;
margin: 40px 0 0 6px;