button: disable uppercase

This commit is contained in:
vchikalkin 2024-07-18 21:09:03 +03:00
parent 658b678d80
commit e0e84a7638
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
flex-direction: row;
justify-content: center;
align-items: center;
text-transform: none;
// text-transform: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;

View File

@ -11,7 +11,7 @@ button {
outline: none;
padding: 0.55rem 0.75rem;
text-align: center;
text-transform: uppercase;
text-transform: none;
vertical-align: middle;
width: 100%;
}