mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-20 00:12:00 +03:00
fix: remove tip about Ctrl-H
This commit is contained in:
parent
dc2355ae3d
commit
76572dcbec
|
@ -120,7 +120,7 @@ export default class LogMonitor {
|
|||
<div style={{
|
||||
fontFamily: 'monospace',
|
||||
position: 'relative',
|
||||
padding: '1rem',
|
||||
padding: '1rem 1rem 0 1rem',
|
||||
height: '100%'
|
||||
}}>
|
||||
<div style={{marginBottom: 40, fontSize: 12}}>
|
||||
|
@ -168,7 +168,6 @@ export default class LogMonitor {
|
|||
</div>
|
||||
</div>
|
||||
{elements}
|
||||
<p style={{bottom: 0, position: 'absolute'}}>Tip: Ctrl-H to hide</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user