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

Remove display 'flex' of surrounding div in image component

parent ff81fe12
No related branches found
No related tags found
No related merge requests found
import { Component, EventEmitter, Input, Output } from '@angular/core';
import {
Component, EventEmitter, Input, Output
} from '@angular/core';
import { ElementComponent } from '../element-component.directive';
import { ImageElement } from '../models/image-element';
import { ValueChangeElement } from '../models/uI-element';
......@@ -6,8 +8,7 @@ import { ValueChangeElement } from '../models/uI-element';
@Component({
selector: 'app-image',
template: `
<div [style.display]="'flex'"
[style.height.%]="100"
<div [style.height.%]="100"
[style.width.%]="100"
(mouseover)="magnifierVisible = true"
(mouseenter)="magnifierVisible = true"
......
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