Skip to content

Commit

Permalink
Add extra space for the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jul 20, 2015
1 parent 54c5b84 commit a3eee22
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a3eee22

Please sign in to comment.