We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3279362 commit 2c726c5Copy full SHA for 2c726c5
src/app/frontend/deploy/deploy.html
@@ -14,7 +14,7 @@
14
limitations under the License.
15
-->
16
17
-<div layout="column" layout-padding layout-padding-gt-md layout-align="center center" flex="auto">
+<div layout="column" layout-padding-gt-md layout-align="center center" flex="auto">
18
<md-whiteframe class="kd-deploy-whiteframe md-whiteframe-5dp" flex="auto">
19
<h3 class="md-headline kd-deploy-form-title">Deploy a Containerized App</h3>
20
src/app/frontend/deploy/helpsection/helpsection.scss
@@ -19,10 +19,9 @@
flex: 1;
flex-basis: auto;
21
margin: $baseline-grid 0;
22
- padding-right: 4 * $baseline-grid;
23
width: 100%;
24
25
&:last-child {
26
- padding-right: 0;
+ padding-left: 4 * $baseline-grid;
27
}
28
0 commit comments