mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Bugfix: Debugger error indicator badge misaligned (#2700)
This commit is contained in:
parent
270b808db8
commit
24237e8a68
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@
|
|||
}
|
||||
.debugger-badge {
|
||||
position: fixed;
|
||||
margin-top: -0.82rem;
|
||||
margin-left: -0.3rem;
|
||||
margin-top: -0.5rem;
|
||||
margin-left: 1.5rem;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
font-weight: 400;
|
||||
|
|
|
|||
Loading…
Reference in a new issue