Skip to content

Commit

Permalink
Merge pull request #49210 from nextcloud/fix/rtl-regession
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Nov 11, 2024
2 parents e38ea33 + 30f426a commit d3fd6b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions apps/files/src/components/FileEntry/FileEntryName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
:aria-hidden="isRenaming"
class="files-list__row-name-link"
data-cy-files-list-row-name-link
v-bind="linkTo.params"
dir="auto">
v-bind="linkTo.params">
<!-- Filename -->
<span class="files-list__row-name-text">
<span class="files-list__row-name-text" dir="auto">
<!-- Keep the filename stuck to the extension to avoid whitespace rendering issues-->
<span class="files-list__row-name-" v-text="basename" />
<span class="files-list__row-name-ext" v-text="extension" />
Expand Down
2 changes: 1 addition & 1 deletion apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ export default defineComponent({
flex: 1 1 auto;
button.files-list__row-name-link {
display: contents;
display: flex;
align-items: center;
text-align: start;
// Fill cell height and width
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit d3fd6b9

Please sign in to comment.