In the compact host and service lists, the check output is not properly aligned vertically with the remaining text, it's baseline is slightly too high.
To Reproduce
Open the host list.
Switch it to the compact display mode.
Look closely at any row.
Expected behavior
All text in that line should share the same baseline.
Screenshots
Your Environment
Icinga DB Web version (System - About): current icinga/icingaweb2:master Docker image (reports 1.0.2)
Icinga Web 2 version (System - About): current icinga/icingaweb2:master Docker image (reports 2.11.4 7eb6359281652a389463bde0db96a1c9ed73e633)
Caused by #206. The .header entries are aligned by flex-start, not baseline. Changing this to baseline, affects the control layout in the detail area of an object though.
Describe the bug
In the compact host and service lists, the check output is not properly aligned vertically with the remaining text, it's baseline is slightly too high.
To Reproduce
Expected behavior
All text in that line should share the same baseline.
Screenshots
Your Environment
icinga/icingaweb2:master
Docker image (reports 1.0.2)icinga/icingaweb2:master
Docker image (reports 2.11.4 7eb6359281652a389463bde0db96a1c9ed73e633)