Fix missing spacing after frequency disambiguation (#1432)

This commit is contained in:
toasted-nutbread 2021-02-21 16:54:32 -05:00 committed by GitHub
parent b778974938
commit e8d22b883b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1089,6 +1089,7 @@ button.action-button[data-icon=source-term]::before {
}
.frequency-disambiguation {
color: var(--text-color-light3);
padding-right: 0.25em;
}
.frequency-separator::before {
content: '';
@ -1100,7 +1101,7 @@ button.action-button[data-icon=source-term]::before {
content: '(';
}
.frequency-disambiguation::after {
content: ' only) ';
content: ' only)';
}
.frequency-disambiguation-reading {
display: inline;