Skip to content

Commit

Permalink
🪟 🎨 🐛 Fix page title and spinner shrinking issues (#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Apr 25, 2023
1 parent 34a2bbe commit 4799f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

.middle {
flex: 1 0 0;
flex: 1 0 auto;
display: flex;
justify-content: center;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border-top: 4px solid transparent;
border-radius: 50%;
animation: spin 1.5s linear 0s infinite;
flex-shrink: 0;
}

.small {
Expand Down

0 comments on commit 4799f6d

Please sign in to comment.