Files
alfresco-ng2-components/ng2-components/ng2-alfresco-viewer/src/components/txtViewer.component.html
Eugenio Romano 4b5eb4bb29 [ADF-613] Add plain text viewer (#1873)
* add plain text viewer

* different devices optimizations

* returns types
2017-06-29 15:09:04 +01:00

7 lines
282 B
HTML

<section class="section--center mdl-grid mdl-grid--no-spacing">
<pre id="adf-viewer-text-container"class="adf-txt-viewer-margin mdl-card mdl-cell mdl-cell--12-col-desktop mdl-cell--12-col-tablet mdl-cell--2-col-phone mdl-shadow--2dp">
{{content}}
</pre>
</section>