-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#6738 No space appears for a Progress Bar and the last question on a …
…page (#6893) * Resolved #6738 - No space appears for a Progress Bar and the last question on a page * Resolved #6738 - No space appears for a Progress Bar and the last question on a page - updated u-test * Resolved #6738 - No space appears for a Progress Bar and the last question on a page - fixed lint * Work for #6738 - No space appears for a Progress Bar and the last question on a page * Work for #6738 - No space appears for a Progress Bar and the last question on a page - passed container to navigation on all platforms * Work for #6738 - No space appears for a Progress Bar and the last question on a page - added vr-tests * Work for #6738 - No space appears for a Progress Bar and the last question on a page - fixed tests * Work for #6738 - No space appears for a Progress Bar and the last question on a page - fixed lint * Work for #6738 - No space appears for a Progress Bar and the last question on a page - fixed tests * Work for #6738 - No space appears for a Progress Bar and the last question on a page - fixed f-test in angular * Work for #6738 - No space appears for a Progress Bar and the last question on a page - updated vr-test with brand info * Work for #6738 - No space appears for a Progress Bar and the last question on a page - changed progress text padding * Work for #6738 - No space appears for a Progress Bar and the last question on a page - updated etalons --------- Co-authored-by: tsv2013 <[email protected]>
- Loading branch information
Showing
25 changed files
with
193 additions
and
124 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
|
||
<!-- <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css"> --> | ||
<!-- <script src="../../build/survey-core/plugins/bootstrap-integration.js"></script> --> | ||
<link rel="stylesheet" href="../../build/survey-knockout/survey.css" /> | ||
<!-- <link rel="stylesheet" href="../../build/survey-knockout/modern.css" /> --> | ||
<link rel="stylesheet" href="../../build/survey-knockout/defaultV2.css" /> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/survey.css" /> --> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/modern.css" /> --> | ||
<link rel="stylesheet" href="../../build/survey-core/defaultV2.css" /> | ||
<script src="../../build/survey-core/survey.core.js"></script> | ||
<script src="../../build/survey-knockout/survey.ko.js"></script> | ||
<!-- <script src="../../build/survey-knockout-ui/survey-knockout-ui.js"></script> --> | ||
<!-- <script src="../../build/survey-knockout/survey.ko.js"></script> --> | ||
<script src="../../build/survey-knockout-ui/survey-knockout-ui.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
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 |
---|---|---|
|
@@ -14,10 +14,12 @@ | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.js"></script> | ||
|
||
<!-- <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css"> --> | ||
<!-- <link rel="stylesheet" href="../../build/survey-react/survey.css" /> --> | ||
<!-- <link rel="stylesheet" href="../../build/survey-react/modern.css" /> --> | ||
<link rel="stylesheet" href="../../build/survey-react/defaultV2.css" /> | ||
<script src="../../build/survey-react/survey.react.js"></script> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/survey.css" /> --> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/modern.css" /> --> | ||
<link rel="stylesheet" href="../../build/survey-core/defaultV2.css" /> | ||
<script src="../../build/survey-core/survey.core.js"></script> | ||
<!-- <script src="../../build/survey-react/survey.react.js"></script> --> | ||
<script src="../../build/survey-react-ui/survey-react-ui.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
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
2 changes: 1 addition & 1 deletion
2
packages/survey-angular-ui/src/components/progress/default/progress.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
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
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
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
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
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
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
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
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
Oops, something went wrong.