button: disable uppercase
This commit is contained in:
parent
658b678d80
commit
e0e84a7638
@ -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;
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user