The initial card shown in the translator editor describes the basic steps to use the tool. Currently it needs some small styling adjustments:
- The lines that separe each section should go across the card from edge to edge.
- The vertical space for the "View translation guidelines" link should be balanced.
Current status | Proposed adjustments |
---|---|
A possible set of CSS adjustments to support these changes are included below for reference:
.card-instructions-guidelines { margin-top: 8px; } .card-instructions-section { width: auto !important; margin-left: -16px; margin-right: -16px; }