.rtl,{ | |
text-align: right; | |
direction: rtl ; | |
} | |
.ltr { | |
text-align: left; | |
direction: ltr ; | |
} | |
span.result-text { | |
padding: 3px 3px; | |
line-height: 32px; | |
} | |
span.generated-text { | |
background-color: rgb(118 200 147 / 13%); | |
} | |
span.ground-truth { | |
border-bottom: 4px solid #003fff78; | |
padding: 2px 4px; | |
display: inline-block; | |
margin-right: 10px; | |
} |