fix: display nested environment value in tooltip

This commit is contained in:
liyasthomas
2022-01-28 22:40:15 +05:30
parent 7fc757d794
commit c8234f37d1
2 changed files with 4 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ a {
font-size: 86%;
kbd {
xmp {
@apply hidden;
@apply sm:inline-flex;
@apply font-sans;
@@ -156,6 +156,7 @@ a {
@apply rounded-sm;
@apply px-1;
@apply ml-1;
@apply my-0;
@apply truncate;
}
}