Merge pull request #1751 from JakeWharton/patch-1

Remove automatic capitalization of container name
This commit is contained in:
luke crouch 2021-01-11 09:22:07 -06:00 committed by GitHub
commit 1b22753811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,6 @@ main {
button .container-name, button .container-name,
#current-container-name { #current-container-name {
font-weight: bold; font-weight: bold;
text-transform: capitalize;
} }
@media only screen and (max-width: 1300px) { @media only screen and (max-width: 1300px) {