-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHIBUI-954: Fixed the tooltip to append to container body and added a…
… column space on the right of the forms for better tooltip presentation;
- Loading branch information
Jodie Muramoto
committed
Nov 15, 2018
1 parent
5dab7dd
commit 63433be
Showing
4 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
ui/src/app/metadata/resolver/container/resolver-wizard.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<wizard (onNext)="next()" (onPrevious)="previous()" (onSave)="save()"></wizard> | ||
<hr /> | ||
<div class="py-4"> | ||
<router-outlet></router-outlet> | ||
<div class="col-11"> | ||
<router-outlet></router-outlet> | ||
</div> | ||
</div> | ||
<wizard-summary | ||
[summary]="summary$ | async" | ||
(onPageSelect)="gotoPage($event)" | ||
*ngIf="currentPage === 'summary'"> | ||
</wizard-summary> | ||
</wizard-summary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,6 @@ | |
border: none; | ||
display: inline; | ||
} | ||
} | ||
|
||
|
||
.popover .popover-body { | ||
min-width: 160px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters