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
No related branches found
No related tags found
No related merge requests found
Pipeline #296 passed
...@@ -131,7 +131,7 @@ main { ...@@ -131,7 +131,7 @@ main {
} }
.btn, .btn-flat { .btn, .btn-flat {
text-transform: capitalize; text-transform: none;
} }
.btn:hover { .btn:hover {
......
...@@ -114,7 +114,7 @@ main { ...@@ -114,7 +114,7 @@ main {
} }
.btn, .btn-flat { .btn, .btn-flat {
text-transform: capitalize; text-transform: none;
} }
.btn:hover { .btn:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment