Merge pull request #13489 from resilient-tech/fix-grid-row-css
fix(UI): fixed grid view for uneditable rows
This commit is contained in:
commit
f73572e695
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -176,6 +176,7 @@
|
|||
}
|
||||
|
||||
.ql-editor.read-mode {
|
||||
height: unset;
|
||||
padding: 0;
|
||||
.mention {
|
||||
--user-mention-bg-color: var(--control-bg);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue