summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/view-models/reportdashboard-page/src/app/template/fluid.html
blob: 4bb0c94a347063b194d231979b08fcff2022baf2 (plain)
1
2
3
4
5
6
7
8
<div class="demo-widget-fluid">
    <div>
        <p>Widget takes 100% height (blue border).<p>
        <p>Resize the widget vertically to see that this text (red border) stays middle aligned.</p>
        <p>New width: {{width}}</p>
        <p>New height: {{height}}</p>
    </div>
</div>