Commit 8386d54f authored by Fatih Acet's avatar Fatih Acet

Merge branch '25906-title-size' into 'master'

Resolve "Titles are bigger than usual"

Closes #25906

See merge request !8235
parents 8229aedf 7af884a5
...@@ -434,6 +434,7 @@ ...@@ -434,6 +434,7 @@
.issuable-meta { .issuable-meta {
display: inline-block; display: inline-block;
line-height: 18px; line-height: 18px;
font-size: 14px;
} }
.js-issuable-selector-wrap { .js-issuable-selector-wrap {
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
.mr-widget-body { .mr-widget-body {
h4 { h4 {
font-weight: 600; font-weight: 600;
font-size: 17px; font-size: 16px;
margin: 5px 0; margin: 5px 0;
color: $gl-gray-dark; color: $gl-gray-dark;
......
---
title: Standardises font-size for titles in Issues, Merge Requests and Merge Request widget
merge_request: 8235
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment