lwhitelock / HuduM365Automation

Hudu Microsoft 365 Syncronisation Tool
GNU Affero General Public License v3.0
29 stars 72 forks source link

User M365 detail tables are cut off #6

Closed CorneliousJD closed 2 years ago

CorneliousJD commented 2 years ago

Some tables such as

all get cut off like this. image

Is there a way this can be fixed so they have either scroll-bars, or each table is as long as it needs to be to fit all the data?

kikkn commented 2 years ago

Hi a colleague of me fixed it for us in the standalone script, by adding this: <div class="nasa__block" style="margin-bottom: 20px; overflow: visible!important; height: auto!important;"> Instead of <div class="nasa__block" style="margin-bottom: 20px;"> on line 414 https://github.com/lwhitelock/HuduM365Automation/blob/master/Standalone/M365-Hudu-Standalone.ps1 not quite sure where its in the azure function app.

lwhitelock commented 2 years ago

Sorry did you miss putting something in the "s or are you saying it needs an empty line somewhere?

kikkn commented 2 years ago

Sorry did you miss putting something in the "s or are you saying it needs an empty line somewhere?

Forgot to add code parameters, so it got blank, should be updated now :)

lwhitelock commented 2 years ago

Ahh I realised I forgot to include details on my custom css in the ReadMe. I have added it in now which should fix this https://github.com/lwhitelock/HuduM365Automation/blob/master/README.md#custom-css

CorneliousJD commented 2 years ago

Confirming this fixed it for me 👍