Skip to content

Commit

Permalink
Fix existing activity record positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaddeus McCleary committed Mar 3, 2021
1 parent f297da2 commit b33515e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ActivitySelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default {
display: grid;
grid-template-rows: 15% auto 15%;
align-items: center;
justify-content: center;
/*justify-content: center;*/
}
h1 {
Expand All @@ -161,6 +161,7 @@ h1 {
margin: 20px auto;
text-align: center;
overflow: auto;
width: 100%;
max-height: 350px;
}
Expand Down

0 comments on commit b33515e

Please sign in to comment.