mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-613] Add plain text viewer (#1873)
* add plain text viewer * different devices optimizations * returns types
This commit is contained in:
committed by
Eugenio Romano
parent
a2ef939860
commit
4b5eb4bb29
@@ -0,0 +1,10 @@
|
||||
.adf-txt-viewer-margin {
|
||||
margin: auto !important;
|
||||
overflow: auto;
|
||||
font-size: 1em;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.full_width{
|
||||
width :95% !important;
|
||||
}
|
Reference in New Issue
Block a user