feat: visually indicate nested env expand overflow

This commit is contained in:
liyasthomas
2022-01-29 18:42:19 +05:30
parent 2346349eef
commit a5c77cc791
33 changed files with 95 additions and 76 deletions

View File

@@ -158,6 +158,11 @@ a {
@apply ml-1;
@apply my-0;
@apply truncate;
&.expand-loop {
@apply bg-error;
@apply text-accentContrast;
}
}
}