Icinga / icingadb-web

Icinga DB Web – UI for Icinga DB – Provides a graphical interface to your Icinga monitoring
GNU General Public License v2.0
68 stars 23 forks source link

Compact host/service list: output not vertically aligned with other text #785

Open julianbrost opened 1 year ago

julianbrost commented 1 year ago

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

  1. Open the host list.
  2. Switch it to the compact display mode.
  3. Look closely at any row.

Expected behavior

All text in that line should share the same baseline.

Screenshots

output-not-aligned

Your Environment

nilmerg commented 1 year ago

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.