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 6b032d7 commit bab3485Copy full SHA for bab3485
packages/manager/modules/pci/src/projects/project/storages/containers/container/container.html
@@ -26,7 +26,9 @@
26
<button type="button" class="oui-popover-button"
27
data-oui-popover="{{ 'pci_projects_project_storages_containers_container_info_publicUrl_help' | translate }}">
28
</button>
29
- <oui-clipboard data-model="$ctrl.container.publicUrl"></oui-clipboard>
+ <oui-clipboard class="mt-1"
30
+ data-model="$ctrl.container.publicUrl">
31
+ </oui-clipboard>
32
</div>
33
34
<div>
0 commit comments