Skip to content
Snippets Groups Projects
Commit b3c24a04 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #340 - don't capitalize button texts

parent 233ea6a4
Branches
Tags
No related merge requests found
Pipeline #296 passed
......@@ -131,7 +131,7 @@ main {
}
.btn, .btn-flat {
text-transform: capitalize;
text-transform: none;
}
.btn:hover {
......
......@@ -114,7 +114,7 @@ main {
}
.btn, .btn-flat {
text-transform: capitalize;
text-transform: none;
}
.btn:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment