Disable text wrapping while measuring header width
This commit is contained in:
parent
693fe3b587
commit
b5679e16db
2 changed files with 3 additions and 1 deletions
|
@ -103,6 +103,8 @@ $(document).ready(function () {
|
|||
|
||||
$("body").removeClass("compact-nav");
|
||||
|
||||
$("header").removeClass("text-nowrap");
|
||||
|
||||
updateHeader();
|
||||
|
||||
$(window).resize(updateHeader);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue