Matrix Table width issue

  • jamie.sullivan
    Asked on August 25, 2017 at 10:02 AM

    We are having issues with columns within tables not responding  proportionally when on mobile.  please see the squished look of the last two columns.  Happened in landscape and portfolio on the phone.  

     

    Jotform Thread 1232498 Screenshot
  • Chriistian Jotform Support
    Replied on August 25, 2017 at 11:17 AM

    Can you please inject this custom CSS code to your form to fix the issue?

    @media screen and (max-device-width: 40em){

    .form-matrix-row-headers{

    width:auto !important;

    }}

    To inject custom CSS code to your form, just follow the instruction provided in this article: How to Inject Custom CSS Codes.