Add search results pagination to web UI (#11409)
* Add search results pagination to web UI Fix #10737 * Fix code style issue
This commit is contained in:
parent
b9fbcbfe4e
commit
8a4674f2c3
5 changed files with 76 additions and 8 deletions
|
@ -4006,8 +4006,9 @@ a.status-card.compact:hover {
|
|||
}
|
||||
|
||||
.search-results__info {
|
||||
padding: 10px;
|
||||
color: $secondary-text-color;
|
||||
padding: 20px;
|
||||
color: $darker-text-color;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.modal-root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue