We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d049c71 commit 2ea267dCopy full SHA for 2ea267d
packages/manager/apps/public-cloud/src/sidebar/sidebar.html
@@ -44,7 +44,7 @@ <h2 class="mb-0 d-inline-block" style="font-weight: 400;" data-ng-bind="$ctrl.pr
44
</button>
45
</div>
46
<div class="w-100 text-truncate ml-3">
47
- <h2 class="mb-0 d-inline-block" style="font-weight: 400;" data-ng-bind="$ctrl.project.description"></h2>
+ <h2 class="mb-0 d-inline-block text-white" style="font-weight: 400;" data-ng-bind="$ctrl.project.description"></h2>
48
<button class="project-copy w-100 d-flex text-white">
49
<span class="my-auto oui-icon oui-icon-copy-normal mr-1 text-white"></span>
50
<span class="w-100 text-truncate" data-ng-bind="$ctrl.project.project_id"></span>
0 commit comments