Merge pull request #49210 from nextcloud/fix/rtl-regession

This commit is contained in:
Kate 2024-11-11 21:43:16 +01:00 committed by GitHub
commit d3fd6b934f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 7 deletions

View file

@ -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" />

View file

@ -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

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long