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 e08651f1f7
commit 4bc2b525ff

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) {