FLUID-5374: Position of overview panel's content top coordinate does not match the height of its title

Metadata

Source
FLUID-5374
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2014-05-16T11:29:54.675-0400
Updated
2024-07-22T10:35:31.472-0400
Versions
  1. 1.5
Fixed Versions
N/A
Component
  1. Overview Panel

Description

In the OverviewPanel, the top value of .fl-overviewPanel-contents should be 5.5em, not 6.5em. This causes a gap to appear between the title and the instructions when using certain font sizes.

.fl-overviewPanel .fl-overviewPanel-contents {
top: 6.5em; <--- should be 5.5em
}

Comments

  • Jonathan Hung commented 2014-05-16T11:45:50.242-0400

    The metadata component demo currently has a temporary fix for this issue. When this fix gets merged into master, the fix in metadata should be removed.