Skip to content

Commit

Permalink
Merge pull request #6254 from ProcessMaker/bugfix/FOUR-14195
Browse files Browse the repository at this point in the history
FOUR-14195:Launchpad carosuel does not show correct the image
  • Loading branch information
ryancooley committed Feb 20, 2024
2 parents b374110 + e92a78a commit 6abaf9a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default {
},
};
</script>
<style lang="scss">
<style lang="scss" scoped>
#processes-carousel {
.carousel-indicators {
li {
Expand Down Expand Up @@ -104,4 +104,8 @@ export default {
width: 100%;
height: 400px;
}
.img-fluid {
max-width: 100%;
height: inherit;
}
</style>

0 comments on commit 6abaf9a

Please sign in to comment.