cooper collier 3/21/2023 11:48:44 AM OK because I am super nice here is a link to a screenshot of one of the dashboards for a client. sorry no way to add images to this comment. https://photos.app.goo.gl/QQJtc8QA9xZ1WKXn8and here is the CSS used to make it happen. I simply add it as an invisible section to the dashboard. <style> #section_ > div { display: flex; flex-flow: row wrap; border: 1px solid #333; } dl{width:300px!important} dt{width:75px!important;font-size:10px} dd{width:200px;margin-left:75px!important} .fs-attr{width:200px!Important} select {width:196px!Important} .ui-multiselect {width:198px!Important;min-width: 99px;} .td-daterange {width:198px!Important;min-width: 99px;max-width: 200px} #af_11367595_value > div > div > button {width:198px!Important;min-width: 99px;max-width: 200px} #af_22740645_value > div > div > button {width:198px!Important;min-width: 99px;max-width: 200px} /*make the buttons wrap*/ td.fs-fixedcol > nobr > a {width:100px;border-width:1px;border-radius:0px;border-color:black;float:left;} td.fs-fixedcol > nobr > button {width:100px;border-width:1px;border-radius:0px;border-color:black;float:left;font-size:9px!important;} /*set the width of the first column*/ .td.fs-fixedcol {max-width:260px!important;width: 150px!important} </style> |