Skip to content

Commit

Permalink
Fix space issue after the previous used div was converted to H1
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and nul800sebastiaan committed Aug 31, 2020
1 parent 1a4eb44 commit a630952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Umbraco.Web.UI.Client/src/less/panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ input.umb-panel-header-name-input.name-is-empty {
.umb-panel-header-name {
font-size: 16px;
font-weight: bold;
margin: 0;
line-height: 1.2;
}


Expand Down

0 comments on commit a630952

Please sign in to comment.