diff --git a/src/portal/lib/src/repository/repository.component.html b/src/portal/lib/src/repository/repository.component.html index 02dde58d9..ea28ba689 100644 --- a/src/portal/lib/src/repository/repository.component.html +++ b/src/portal/lib/src/repository/repository.component.html @@ -24,7 +24,9 @@
- + + + {{ 'REPOSITORY.MARKDOWN' | translate }}
diff --git a/src/portal/lib/src/repository/repository.component.scss b/src/portal/lib/src/repository/repository.component.scss index f5a46f89f..2cf436db4 100644 --- a/src/portal/lib/src/repository/repository.component.scss +++ b/src/portal/lib/src/repository/repository.component.scss @@ -49,9 +49,13 @@ margin-bottom: 12px; font-size: 12px; .markdown { + position: relative; width: 20px; + height: 20px; margin-right: 10px; margin-left: 10px; + top: 6px; + fill: gray; } } diff --git a/src/portal/src/images/markdown.png b/src/portal/src/images/markdown.png deleted file mode 100644 index 9e30bb1de..000000000 Binary files a/src/portal/src/images/markdown.png and /dev/null differ