mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4894] Json editor dialog (#5082)
* move download-zip to its own folder * json dialog * update docs * update test * disable e2e test * json widget for the Form * remove deprecated test * fix tests, update display text name
This commit is contained in:
19
lib/core/dialogs/edit-json/edit-json.dialog.scss
Normal file
19
lib/core/dialogs/edit-json/edit-json.dialog.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.adf-edit-json-dialog {
|
||||
.mat-dialog-content {
|
||||
height: 300px;
|
||||
overflow: hidden;
|
||||
}
|
||||
textarea {
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
resize: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box; /* For IE and modern versions of Chrome */
|
||||
-moz-box-sizing: border-box; /* For Firefox */
|
||||
-webkit-box-sizing: border-box; /* For Safari */
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user