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

[player] Remove height and width styles fom text element

to prevent unnecessary scroll bars from appearing
parent c9f89f1c
No related branches found
Tags editor/1.2.3+player/1.0.7
No related merge requests found
......@@ -6,8 +6,7 @@ import { ElementComponent } from '../element-component.directive';
@Component({
selector: 'app-text',
template: `
<div [style.width.%]="100"
[style.height.%]="100">
<div>
<div *ngIf="elementModel.highlightable">
<button mat-button [style.background-color]="'yellow'"
(click)="highlightSelection('yellow')">Gelb</button>
......
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