Skip to content

Commit

Permalink
Fix some visual bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet authored Jul 31, 2024
1 parent d81c9e4 commit 4021873
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/ActivityGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ table.grid th.activity_select_group {
color: var(--color-main-text);
}
table.grid tr td span {
justify-content: center;
}
.sr-only {
position:absolute;
left:-10000px;
Expand All @@ -110,4 +114,8 @@ table.grid th.activity_select_group {
height:1px;
overflow:hidden;
}
.activity-frequency__label {
margin-right: 10px;
}
</style>

0 comments on commit 4021873

Please sign in to comment.