Skip to content

Commit d1abd74

Browse files
authored
fix: remove css override
Override not necessary after vue-data-ui's bump to 3.15.9 (#1740)
1 parent a923fa6 commit d1abd74

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,6 @@ const config = computed<VueUiSparklineConfig>(() => {
398398

399399
<style>
400400
/** Overrides */
401-
/* TODO: remove this style once we have rtl support */
402-
.vue-ui-sparkline svg {
403-
direction: ltr;
404-
}
405401
.vue-ui-sparkline-title span {
406402
padding: 0 !important;
407403
letter-spacing: 0.04rem;

0 commit comments

Comments
 (0)