* fix preview container overflow.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
.field-configuration-main {padding: 24px;}
|
||||
|
||||
.prompt-preview-area .preview-container,
|
||||
.prompt-result-area .preview-container {overflow-wrap: break-word; border: 1px solid #D8DBDE; background: #f8f8f8; position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 8px;}
|
||||
.prompt-result-area .preview-container {word-break: break-word; border: 1px solid #D8DBDE; background: #f8f8f8; position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 8px; overflow-y: auto;}
|
||||
.prompt-preview-area .preview-container {top: 64px;}
|
||||
.prompt-result-area .preview-container {top: 34px;}
|
||||
|
||||
|
||||
@@ -13,6 +13,6 @@ textarea.field-type {height: 32px;}
|
||||
.table-form {table-layout: auto;}
|
||||
.table-form th {width: auto!important;}
|
||||
|
||||
.preview-container {border: 1px solid #D8DBDE; background: #f8f8f8; top: 50px; position: absolute; bottom: 16px; left: 16px; right: 16px; padding: 5px 8px; word-break: break-all;}
|
||||
.preview-container {border: 1px solid #D8DBDE; background: #f8f8f8; top: 50px; position: absolute; bottom: 16px; left: 16px; right: 16px; padding: 5px 8px; word-break: break-all; overflow-y: auto;}
|
||||
|
||||
#autocomplete-textarea {overflow-y: auto; position: absolute; top: 32px; left: 16px; right: 16px; bottom: 16px; height: auto; width: auto;}
|
||||
|
||||
Reference in New Issue
Block a user