Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add extra space for the error message
  • Loading branch information
zsxwing committed Jul 20, 2015
commit a3eee2251ce7d64d0649256a8a1ccba91803c982
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private[ui] class StagePage(parent: StagesTab) extends WebUIPage("stage") {
(_taskTable, _taskTable.table)
} catch {
case e: IllegalArgumentException =>
(null, <div>{e.getMessage}</div>)
(null, <div style="padding: 5px 0 10px 0">{e.getMessage}</div>)
}

val jsForScrollingDownToTaskTable =
Expand Down