bartneck / swiML

A project to formalise swimming programs using XML
MIT License
2 stars 2 forks source link

Line height inconsistent #100

Closed bartneck closed 3 months ago

bartneck commented 3 months ago

The line height is inconsistent. This is visible in the JasiMasters2024031201.html program. All lines should have the exact same height.

SCR-20240404-nfhl
bartneck commented 3 months ago

I created a lineHeight test document: tests/lineHeightTest/lineHeight.html

SCR-20240405-njup
bartneck commented 3 months ago

Added to the .repetitionContent in the swiml.css file:

    display: flex;
    flex-direction: column;

The problem was the margin collapsing.