1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: approximate row count shown for results less than 1000

This commit is contained in:
2021-04-15 10:13:55 +02:00
parent 90fd9db917
commit a6b75ad0dc
2 changed files with 10 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ body {
.modal-container,
.modal-sm .modal-container {
padding: 0;
border-radius: 3px;
.modal-header {
padding: 0.4rem 0.8rem;
@@ -106,6 +107,7 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 3px 3px 0 0;
}
}
}