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

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