mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 00:19:53 +01:00
List plugin improvements (#151)
* Fix * Merge branch 'master' into list-hotfix # Conflicts: # codex-editor.js # codex-editor.js.map # package.json # whatwg-fetch.js.map * styles updted * Ctrl+A fix * Add comment to the new methods
This commit is contained in:
parent
d8297116b8
commit
4b33f59031
10 changed files with 135 additions and 90 deletions
|
|
@ -238,7 +238,7 @@
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.cdx-plugin-settings__item {
|
||||
.cdx-plugin-settings--horisontal .cdx-plugin-settings__item {
|
||||
flex: 1 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -275,7 +275,8 @@
|
|||
border-bottom: 1px solid #e7e9f1;
|
||||
}
|
||||
|
||||
.ce-settings__item i {
|
||||
.ce-settings__item i,
|
||||
.cdx-plugin-settings__item i {
|
||||
min-width: 16px;
|
||||
margin-right: 1.3em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue