This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Description
Describe the bug
List job include long job name, the UI become wield
To Reproduce
Steps to reproduce the behavior:
- %reload_ext adlmagics
- %adl login --tenant microsoft.onmicrosoft.com
- adl_accounts = %adl listaccounts --page_index 0 --page_account_number 30
- adl_accounts.head(10)
- jobs = %adl listjobs --account devtooltelemetryadla --page_index 0 --page_job_number 1000
Expected behavior
Wrap the long job name
Screenshots

Desktop (please complete the following information):
OS: Win10
Browser: chrome
Jupyter Version: Python 3.6.2, Jupyter 4.4.0
Additional context
Add any other context about the problem here.