Fix shortNumberFormat to within 3 chars without units (#12706)
This commit is contained in:
parent
162dc845a0
commit
0e8c0287d0
2 changed files with 8 additions and 4 deletions
|
@ -6399,13 +6399,13 @@ noscript {
|
|||
&__links {
|
||||
font-size: 14px;
|
||||
color: $darker-text-color;
|
||||
padding: 10px 0;
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
color: $darker-text-color;
|
||||
text-decoration: none;
|
||||
padding: 10px;
|
||||
padding-top: 20px;
|
||||
padding: 5px 10px;
|
||||
font-weight: 500;
|
||||
|
||||
strong {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue