File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,6 +403,7 @@ const getStackRemovalDate = async (pagePath) => {
403403 if ( metaDescription ) setMetaContent ( { property : 'twitter:description' } , metaDescription ) ;
404404
405405 document . getElementById ( 'stacks-title' ) . innerHTML = data . title ;
406+ document . getElementById ( 'stacks-title' ) . style . textWrap = 'balance' ;
406407 document . getElementById ( 'stacks-meta' ) . innerHTML = `${ formatDate ( new Date ( data . updated_at ) ) } ` ;
407408 document . getElementById ( 'stacks-content' ) . innerHTML = `${ deprecationNotice } ${ formatHtml ( data . content_html ) } ` ;
408409 postprocessContent ( ) ;
@@ -441,6 +442,7 @@ const getStackRemovalDate = async (pagePath) => {
441442 if ( metaDescription ) setMetaContent ( { property : 'twitter:description' } , metaDescription ) ;
442443
443444 document . getElementById ( 'stacks-title' ) . innerHTML = data . stack_name ;
445+ document . getElementById ( 'stacks-title' ) . style . textWrap = 'balance' ;
444446 document . getElementById ( 'stacks-meta' ) . innerHTML = `Stack ID: <code>${ data . stack_id } </code><br />${
445447 data . stack_revision && `Current stack revision: <code>${ data . stack_revision } </code><br />`
446448 } <br />
You can’t perform that action at this time.
0 commit comments