Skip to content

Commit

Permalink
Fix tooltip alignment issue of test stats
Browse files Browse the repository at this point in the history
  • Loading branch information
HariramakrishnanK committed Jan 24, 2025
1 parent bb3a998 commit 8721112
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/styles/media-queries-green.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
.pageTest {
#result .wrapper .stats.morestats {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: repeat(3, max-content);
grid-template-rows: 1fr 1fr;
}
#liveStatsTextTop,
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/styles/media-queries-purple.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
.morestats {
justify-self: unset;
width: unset;

.group .bottom::after {
transform: none;
left: 0;
}
}
.buttons {
grid-template-columns: 1fr 1fr;
Expand Down

0 comments on commit 8721112

Please sign in to comment.