feat: change editor footer from sticky to fixed (#202)
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`RawEditor renders as expected with default behavior 1`] = `
|
||||
<div
|
||||
style={
|
||||
Object {
|
||||
"height": "600px",
|
||||
"padding": "10px 30px",
|
||||
}
|
||||
}
|
||||
>
|
||||
<div>
|
||||
<Alert
|
||||
variant="danger"
|
||||
>
|
||||
|
||||
@@ -18,7 +18,7 @@ export const RawEditor = ({
|
||||
const value = getValue(content);
|
||||
|
||||
return (
|
||||
<div style={{ padding: '10px 30px', height: '600px' }}>
|
||||
<div>
|
||||
<Alert variant="danger">
|
||||
You are using the raw {lang} editor.
|
||||
</Alert>
|
||||
|
||||
Reference in New Issue
Block a user