OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
217 B

  1. /* Original fix by 'agr-odoo': https://github.com/odoo/odoo/pull/35795 */
  2. .col-auto {
  3. // This is only used in QtWebKit
  4. -webkit-box-flex: 1 !important;
  5. box-flex: 1 !important;
  6. width: 100% !important;
  7. }