mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 06:31:28 +02:00
fix check-lists example
This commit is contained in:
@@ -52,7 +52,7 @@ class CheckListItem extends React.Component {
|
||||
onChange={this.onChange}
|
||||
/>
|
||||
</span>
|
||||
<span contentEditable>
|
||||
<span contentEditable suppressContentEditableWarning>
|
||||
{children}
|
||||
</span>
|
||||
</div>
|
||||
|
@@ -211,6 +211,7 @@ input:focus {
|
||||
.check-list-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.check-list-item > span:first-child {
|
||||
|
Reference in New Issue
Block a user