fix: codemirror tooltip margin

This commit is contained in:
Liyas Thomas
2023-12-13 12:13:34 +05:30
parent 37e6497e88
commit 3ae49ca483
3 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ a {
@apply shadow-none #{!important};
@apply fixed;
@apply inline-flex;
@apply -mt-8;
@apply -mt-7;
}
}

View File

@@ -223,7 +223,7 @@ a {
@apply shadow-none #{!important};
@apply fixed;
@apply inline-flex;
@apply -mt-8;
@apply -mt-7;
}
}

View File

@@ -213,7 +213,7 @@ a {
@apply shadow-none #{!important};
@apply fixed;
@apply inline-flex;
@apply -mt-8;
@apply -mt-7;
}
}