mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Migrating LayoutEditor.js to ES
Summary: Migrating LayoutEditor.js to typescript. Test Plan: Existing tests should pass. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3769
This commit is contained in:
@@ -11,7 +11,12 @@
|
||||
|
||||
background: var(--grist-theme-page-panels-main-panel-bg, white);
|
||||
z-index: 1;
|
||||
margin-top: -3px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
.layout_box_maximized .record-layout-editor {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.g_record_detail_inner > .layout_root {
|
||||
|
||||
Reference in New Issue
Block a user