fix(fs.dev): Increase margin on popout
This commit is contained in:
parent
77eaee2cde
commit
3c7fcaa342
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const Popout = (props) => {
|
|||
const color = colors[type]
|
||||
|
||||
return (
|
||||
<div className="relative my-4">
|
||||
<div className="relative my-8">
|
||||
<div className={`
|
||||
border-l-4 px-8 py-2 shadow border-${color}`}>
|
||||
<div className={`font-bold uppercase text-${color}`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue