Fix missing spacing after frequency disambiguation (#1432)
This commit is contained in:
parent
b778974938
commit
e8d22b883b
@ -1089,6 +1089,7 @@ button.action-button[data-icon=source-term]::before {
|
|||||||
}
|
}
|
||||||
.frequency-disambiguation {
|
.frequency-disambiguation {
|
||||||
color: var(--text-color-light3);
|
color: var(--text-color-light3);
|
||||||
|
padding-right: 0.25em;
|
||||||
}
|
}
|
||||||
.frequency-separator::before {
|
.frequency-separator::before {
|
||||||
content: '';
|
content: '';
|
||||||
@ -1100,7 +1101,7 @@ button.action-button[data-icon=source-term]::before {
|
|||||||
content: '(';
|
content: '(';
|
||||||
}
|
}
|
||||||
.frequency-disambiguation::after {
|
.frequency-disambiguation::after {
|
||||||
content: ' only) ';
|
content: ' only)';
|
||||||
}
|
}
|
||||||
.frequency-disambiguation-reading {
|
.frequency-disambiguation-reading {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
Loading…
Reference in New Issue
Block a user