Form editor: Really do not apply properties defined in a class of the project.
[DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Really do not apply properties defined in a class of the project. * BUG: Help viewer: Fix the CSS of the '<H1>' titles of offline help.
This commit is contained in:
parent
06a1d2e33d
commit
2692de20a4
2 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ Public Sub InitControl()
|
|||
Endif
|
||||
Endif
|
||||
|
||||
If Component = CComponent.PROJECT_NAME Then
|
||||
If hSym.Component = CComponent.PROJECT_NAME Then
|
||||
bDoNotApply = True
|
||||
Else If Family <> "Form" Then
|
||||
If MultiContainer Then
|
||||
|
|
|
@ -26,7 +26,7 @@ DIV.syntax > P:last-child {
|
|||
|
||||
H1 {
|
||||
display: block !important;
|
||||
font-size: 1.5rem !important;
|
||||
font-size: 2rem !important;
|
||||
margin-top: 0 !important;
|
||||
/*margin-bottom: 0 !important;*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue