stable

Clone or download

Read-only

fix: Decreases font size of headings in artifact text fields

As of today, titles (h1 -> h6 in HTML or # -> ### in markdown) are rendered so big in Table Report and Artifact View. Rendering should be reduced to make the content more consistent with the page around. Impacted views: * Artifact view * Report table renderer view * Report cardwall renderer view (when text field is in card fields semantic) * Artifact tooltip: BP (ex. heartbeat widget) & FP (ex. report table) pages Implementation note: Classname `crossref-tooltip-body-table-value` is added to avoid selector-max-compound-selectors error. Closes request #40065: Table report and artifact view should render Text fields titles appropriately Change-Id: If479906c6418d96f5f6fadebd5bfc5a26c01e049

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.php +1 −1 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +28 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_cross-ref-tooltip.scss +36 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cross-ref-tooltip.scss +35 −0 Go to diff View file