Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

125
Views
How do I stop my text from overflowing the wrapper

My the of counterbalanced overflows my wrapper, what should I do?

for (let opJ = 0; opJ < colCount.length; opJ++) {

  let name = ['Orderpicker', 'Counterbalanced Sit Down', 'Counterbalanced Stand Up', 'Pallet Truck Double', 'Pallet Truck Single', 'Reach Truck']
  let placeholder = certNames[4][1]


  if (opJ > 0) {
    placeholder = ''
  }

  if (obj[0][colCount[opJ]] != null) {
    divContents += "<div class='snapshotDisp cert_wrapper' style='width:" + divWidth + "%; float:left; '>" +
      "<div id='certOPR' class='snapshotCerts'>";
    certSt = certStyle(obj[0][colCount[opJ]]);
    console.log(divWidth)
    if (placeholder) {
      placeholder = certSt.icon + " " + placeholder
    }
    divContents += "<div align='center' class='" + certSt.class + "'>" +
      certSt.icon + name[opJ] /*  + certNames[aF.searchArrayForIndex(certNames,[[opCertsColumns[colCount[opJ]].toUpperCase(),0]])][1] */ + ": " + dC.formatDate(dC.SQLtoJS(obj[0][colCount[opJ]])) + "</div>" +
      "</div>" +
      "</div>"
  }
}

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Maybe add the style

overflow: auto;
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!