Merge pull request #15864 from desktop/Align-branch-to-center

Align no branches text in the center
This commit is contained in:
tidy-dev 2023-01-05 12:57:35 -05:00 committed by GitHub
commit 41674c655e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
flex: 1;
flex-direction: column;
align-items: center;
text-align: center;
padding: var(--spacing);