Content modal heading fix (#12797)

* Fixes to modal and group headings

* updated modal headings for h1 and h2

* Updated line-height

Changed line-height: 0 to line-height: 1.3 and added margin: 0
This commit is contained in:
Tiffany Prosser
2022-08-19 00:56:56 +01:00
committed by GitHub
parent 26d83381f2
commit f33b724c8e
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
.umb-group-panel__header h2 {
font-size: @fontSizeMedium;
font-weight: bold;
line-height: 1.3;
margin: 0;
}
.umb-group-panel__content {

View File

@@ -16,6 +16,7 @@
white-space: nowrap
}
.umb-modalcolumn-header h1,
.umb-modalcolumn-header h2 {
margin: 0;
white-space: nowrap;