mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #49210 from nextcloud/fix/rtl-regession
This commit is contained in:
commit
d3fd6b934f
4 changed files with 6 additions and 7 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue