mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 14:15:35 +08:00
Fix grid rows layout for experiment table view when no results found [SCI-9482] (#6434)
This commit is contained in:
parent
9de448141e
commit
8b5f610c07
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
.no-results-container {
|
||||
align-self: center;
|
||||
grid-column: 1 / -1;
|
||||
grid-row: 2 / -1;
|
||||
grid-row: 3;
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue