Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
fix: small stylesheet fix creator flow (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit authored Nov 16, 2018
1 parent 1101f3c commit cbfc4f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section [id]="id" class="f8launcher-section-runtime f8launcher-container_main--start" [class.hidden]="hidden" #section>
<section [id]="id" class="f8launcher-section-select-runtime f8launcher-container_main--start" [class.hidden]="hidden" #section>
<div>
<div class="container-fluid">
<h1>{{title}}</h1>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.f8launcher-section-runtime {
.f8launcher-section-select-runtime {

.runtime-icon {
width: 4em;
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-launcher/src/lib/launcher.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ p,
&-select-dependencies,
&-target-environment,
&-release-strategy,
&-runtimes,
&-select-runtime,
&-capabilities,
&-git-provider {
display: grid;
Expand Down

0 comments on commit cbfc4f8

Please sign in to comment.