Skip to content

Commit

Permalink
fix(VDataTable): rtl mobile alignment (#20553)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeerHamzaRiaz authored Jan 24, 2025
1 parent 0fe248a commit db9fb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/components/VDataTable/VDataTable.sass
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@

.v-data-table__td-title
font-weight: VTable.$table-header-font-weight
text-align: left
text-align: start

.v-data-table__td-value
text-align: right
text-align: end

.v-data-table__td
&-sort-icon
Expand Down

0 comments on commit db9fb77

Please sign in to comment.