Fix grid rows layout for experiment table view when no results found [SCI-9482] (#6434)

This commit is contained in:
ivanscinote 2023-10-19 09:47:44 +02:00 committed by GitHub
parent 9de448141e
commit 8b5f610c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@
.no-results-container {
align-self: center;
grid-column: 1 / -1;
grid-row: 2 / -1;
grid-row: 3;
justify-self: center;
}