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