diff --git a/components/turbopower_ipro/iphtml.pas b/components/turbopower_ipro/iphtml.pas
index 00e453b3eb..08897cb33f 100644
--- a/components/turbopower_ipro/iphtml.pas
+++ b/components/turbopower_ipro/iphtml.pas
@@ -10432,6 +10432,7 @@ var
end;
end;
end;
+ NoBr := NoBreak;
end;
CurProps := CurElement.Props;
end;
@@ -11413,6 +11414,7 @@ begin
CurHeight := tmHeight;
end;
end;
+ CanBreak := CanBreak and not CurProps.NoBreak;
if (Size.cx <= W) then begin {!!.10}
if CanBreak then
LastBreakPoint := i;