Remove automatic capitalization of container name

The name is not capitalized in the address bar or the list of names in the extension popup.
This commit is contained in:
Jake Wharton 2020-05-27 14:36:18 -04:00 committed by GitHub
parent 8ef0a6f9f1
commit 9c80781e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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