Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: fix word-wrapping and tooltip spacing on jobs page
- Fixed spacing for tooltip copy - Fixed styling bug that was introduced in cockroachdb#35651: Job description previously truncated long job descriptions in collapsed view. Tooltip copy - before: <img width="300" alt="jobs before" src="https://user-images.githubusercontent.com/3051672/54454081-0be36e00-472f-11e9-8fc2-7e59b4565d51.png"> Tooltip copy - after: <img width="300" alt="fix tooltip-spacing" src="https://user-images.githubusercontent.com/3051672/54454082-0be36e00-472f-11e9-9683-3b63490fbfe1.png"> Job description - before: <img width="400" alt="broken text-wrapping" src="https://user-images.githubusercontent.com/3051672/54454213-58c74480-472f-11e9-81fd-7e075510d96f.png"> Job description - after: <img width="400" alt="fix text-overflow" src="https://user-images.githubusercontent.com/3051672/54454227-5e248f00-472f-11e9-96b3-2f38a7b6dd6e.png"> Release note: None Fixes: cockroachdb#35604
- Loading branch information