mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix(files): Fix file names alignment in Files List in UI RTL mode.
Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
This commit is contained in:
parent
858d24aeab
commit
23a23edfa6
3 changed files with 4 additions and 4 deletions
|
|
@ -641,7 +641,7 @@ export default defineComponent({
|
|||
flex: 1 1 auto;
|
||||
|
||||
button.files-list__row-name-link {
|
||||
display: flex;
|
||||
display: contents;
|
||||
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