Skip to content

Commit

Permalink
adds bottom padding to the form
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Mar 22, 2018
1 parent 3613444 commit c636f36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/src/components/AppNew/AppNew.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.container {
padding-bottom: 10px;
}
2 changes: 2 additions & 0 deletions dashboard/src/components/AppNew/AppNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { RouterAction } from "react-router-redux";
import { IServiceBinding } from "../../shared/ServiceBinding";
import { IChartState, IChartVersion } from "../../shared/types";

import "./AppNew.css";

import "brace/mode/yaml";
import "brace/theme/xcode";

Expand Down

0 comments on commit c636f36

Please sign in to comment.