Move EditableListItem component to EditableList file + cleanup

This commit is contained in:
hensm
2020-07-23 18:58:22 +01:00
parent ab6fe6de7e
commit 1fad5fce22
3 changed files with 132 additions and 136 deletions

View File

@@ -409,6 +409,7 @@ button.ghost:not(:hover) {
.editable-list__raw-view {
max-height: 300px;
overflow-y: auto;
resize: vertical;
width: 100%;
}