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:
@@ -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 {
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
.umb-modalcolumn-header h1,
|
||||
.umb-modalcolumn-header h2 {
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user