mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
12 lines
178 B
CSS
12 lines
178 B
CSS
.adf-txt-viewer-margin {
|
|
margin: auto !important;
|
|
overflow: auto;
|
|
font-size: 1em;
|
|
padding: 20px;
|
|
max-width: 70%;
|
|
}
|
|
|
|
.full_width{
|
|
width :95% !important;
|
|
}
|