Skip to content
Snippets Groups Projects
Commit b782c4fc authored by jojohoch's avatar jojohoch
Browse files

Remove unused css class in test component

parent 1645efd2
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,7 @@ import { ValueChangeElement } from '../../models/uI-element';
'::ng-deep .text-container h3 {font-weight: bold; font-size: 16px;}',
'::ng-deep .text-container h4 {font-weight: normal; font-size: 16px;}',
':host ::ng-deep mark {color: inherit}',
'sup, sub {line-height: 0;}',
'.list-container {display: flex; flex-direction: column; width: 100%; height: 100%;}'
'sup, sub {line-height: 0;}'
]
})
export class TextComponent extends ElementComponent {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment