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

Remove left padding from marking bar of text component

parent f8b994de
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ import { ValueChangeElement } from '../models/uI-element';
</div>
`,
styles: [
'.marking-bar {position: sticky; top: 0; margin-bottom: 15px; padding-left: 4px;}',
'.marking-button {color: #333; margin: 5px 0 0 5px;}',
'.marking-bar {position: sticky; top: 0; margin-bottom: 15px;}',
'.marking-button {color: #333; margin-right: 5px;}',
'::ng-deep .text-container p strong {letter-spacing: 0.04em; font-weight: 600;}', // bold less bold
'::ng-deep .text-container p:empty::after {content: "\\00A0"}', // render empty p
'::ng-deep .text-container h1 {font-weight: bold; font-size: 20px;}',
......
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