Skip to content

Commit 55cf701

Browse files
Cyrille Bourgoiscbourgois
authored andcommitted
fix(pci.error): fix img max width
1 parent 0a04f71 commit 55cf701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/modules/pci/src/error/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="p-0 p-md-5">
66
<div class="text-center mb-3">
77
<img data-ng-src="{{ :: $ctrl.getAssets($ctrl.error.code) }}"
8-
alt="" />
8+
class="mw-100" alt="" />
99
</div>
1010

1111
<h1 class="oui-heading_4"

0 commit comments

Comments
 (0)