Commit cc7f8f08 authored by Robert Knight's avatar Robert Knight

Document reason for top margin in LaunchErrorPanel component

parent 2d209e95
.LaunchErrorPanel {
margin: 50px 5px;
// Top margin ensures that the error notice appears below the Notebook's
// "Close" button.
margin-top: 50px;
margin-left: 5px;
margin-right: 5px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment