Merge pull request #13489 from resilient-tech/fix-grid-row-css

fix(UI): fixed grid view for uneditable rows
This commit is contained in:
mergify[bot] 2021-06-14 08:58:41 +00:00 committed by GitHub
commit f73572e695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -53,7 +53,12 @@
display: none;
}
.form-grid .grid-heading-row .template-row {
margin-left: 20px;
}
.form-grid .template-row {
width: calc(100% - 30px);
padding: 8px 15px;
}

View file

@ -176,6 +176,7 @@
}
.ql-editor.read-mode {
height: unset;
padding: 0;
.mention {
--user-mention-bg-color: var(--control-bg);