Kent Yao created SPARK-55775:
--------------------------------
Summary: Replace inline styles with Bootstrap 5 utility classes
Key: SPARK-55775
URL: https://issues.apache.org/jira/browse/SPARK-55775
Project: Spark
Issue Type: Sub-task
Components: Web UI
Affects Versions: 4.2.0
Reporter: Kent Yao
Multiple Scala UI files use inline styles that duplicate Bootstrap 5 utility
classes:
- UIUtils.scala: display flex, align-items, justify-content, vertical-align,
text-overflow
- PagedTable.scala: padding, margin
- DriverLogPage.scala: height, overflow, padding
Replace with BS5 utilities: d-flex, align-items-center, justify-content-center,
text-truncate, me-*, p-*, etc. This produces cleaner Scala code and smaller
HTML output.
Part of SPARK-55760 (Spark Web UI Modernization)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]