perf: deleted !important
This commit is contained in:
parent
6b6118c66c
commit
3027d579cf
|
@ -525,7 +525,7 @@ onMounted(async () => {
|
||||||
.grafana {
|
.grafana {
|
||||||
color: $primary-light;
|
color: $primary-light;
|
||||||
}
|
}
|
||||||
.white-space-normal :deep(.value) {
|
.white-space-normal :deep(.value span) {
|
||||||
white-space: normal !important;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue