main
css 7 lines 124 Bytes
Raw
1 .ButtonLabel {
2 padding-left: 1.5rem;
3 margin-left: -1rem;
4 user-select: none;
5 flex: 1 0 auto;
6 text-align: center;
7 }