pagination UI bug fix

This commit is contained in:
sairaj mote 2023-05-16 04:50:18 +05:30
parent 84b46e5617
commit bcc9a19698
3 changed files with 5 additions and 1 deletions

View File

@ -1215,6 +1215,8 @@ legend,
left: 50%;
right: auto;
transform: translateX(-50%);
width: calc(100vw - 2rem);
flex-wrap: wrap;
}
}
@media screen and (min-width: 40rem) {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1149,6 +1149,8 @@ legend,
left: 50%;
right: auto;
transform: translateX(-50%);
width: calc(100vw - 2rem);
flex-wrap: wrap;
}
}
@media screen and (min-width: 40rem) {