Content modal heading fix (#12797) (#12880)

* 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

Co-authored-by: Tiffany Prosser <tiffany.prosser1@gmail.com>
This commit is contained in:
Nikolaj Geisle
2022-08-23 10:51:45 +02:00
committed by nikolajlauridsen
parent ea2ecab238
commit b6e0e2df56
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;