Remove inline-block from links as it is not needed
This commit is contained in:
parent
dcaf02ecee
commit
46c8c85736
|
@ -74,7 +74,6 @@
|
||||||
<style>
|
<style>
|
||||||
a {
|
a {
|
||||||
color: var(--spectrum-alias-text-color);
|
color: var(--spectrum-alias-text-color);
|
||||||
display: inline-block;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
transition: color 130ms ease-in-out;
|
transition: color 130ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue