mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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 {
|
.debugger-badge {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
margin-top: -0.82rem;
|
margin-top: -0.5rem;
|
||||||
margin-left: -0.3rem;
|
margin-left: 1.5rem;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue