mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
* mvp implementation for working with non-global window instances * remove unused element renderer * fix typo in comment * fix wrong example reference * Add @babel/helper-call-delegate to fix build error Co-authored-by: Lukas Buenger <lukasbuenger@gmail.com>
This commit is contained in:
@@ -70,6 +70,11 @@ input:focus {
|
||||
border-color: blue;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
[data-slate-editor] > * + * {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user