[Library & common-assets| new-theme]: Fixes in custom-external.

1. resultLanding.component.html: [Bug fix] In EGI Notebook, uk-text-uppercase should be in text (custom-external icon could not be loaded).
2. resultLanding.component.ts: Removed unnecessary log.
3. result-preview.component.html: Added properly "custom-external" class.
4. utils.css: In class "custom-external", set verical-align: super.
This commit is contained in:
Konstantina Galouni 2022-04-12 16:52:49 +03:00
parent 84332ef82b
commit c1445656a2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
/*}*/
.custom-external::after {
vertical-align: text-top;
vertical-align: super;
color: var(--placeholder-color);
font-weight: 300;
font-size: 70%;