-
-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, when auto-size is enabled on the text box, it is impossible to have the verse number show smaller than the verse text.
I understand that this is by design, since the font size has to be calculated.
I'm wondering if we could use some sort of CSS trick like for example:
.shrink {
font-size: 0.7em;
}
Alternatively, we can add logic to calculate this when the auto-size calculation happens, but i think its just extra work.
Thoughts?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request