Skip to content

Scripture Verse Number Auto-size #2754

@yurividal

Description

@yurividal

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions