Skip to content

Fix storage row line height

Ammar Alakkad requested to merge aalakkad/fix-storage-row-line-height into master

What does this MR do and why?

It fixes the storage row, where it has slightly reduced line height that caused some letters (most obvious in gs and ys) to be cut off from the bottom.

Thanks to @rdickenson for catching it!

Screenshots or screen recordings

before after
Screen_Shot_2021-10-22_at_9.40.08_AM Screen_Shot_2021-10-22_at_9.34.02_AM

How to set up and validate locally

  1. From rails console, enable Feature.enable(:namespace_storage_limit)
  2. Navigate to a group (that has projects) you're a maintainer of
  3. Go to group's Settings -> Usage Quota
  4. Expand one project's row to see its storage details

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Ammar Alakkad

Merge request reports