perf: deleted !important

This commit is contained in:
Jon Elias 2025-04-10 16:13:57 +02:00
parent 6b6118c66c
commit 3027d579cf
1 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ onMounted(async () => {
.grafana {
color: $primary-light;
}
.white-space-normal :deep(.value) {
white-space: normal !important;
.white-space-normal :deep(.value span) {
white-space: normal;
}
</style>