Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. @media only screen and (max-device-width: 480px){
  2.     .form-line {
  3.         padding-left : 0px !important;
  4.         padding-right : 0px !important;
  5.     }
  6.  
  7.     .form-matrix-column-headers {
  8.         width : 20% !important;
  9.         text-align : left !important;
  10.     }
  11.  
  12.     th.form-matrix-column-headers {
  13.         min-width : 10px !important;
  14.     }
  15.  
  16.     th.form-matrix-row-headers {
  17.        
  18.         width : 1px!important;
  19.     }
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement