Skip to content

Commit

Permalink
fix(files): Fix file names alignment in Files List in UI RTL mode.
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
  • Loading branch information
falghamdi125 authored and skjnldsv committed Oct 29, 2024
1 parent 2d5060d commit 193b60b
Showing 1 changed file with 1 addition and 1 deletion.
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: flex;
display: contents;
align-items: center;
text-align: start;
// Fill cell height and width
Expand Down

0 comments on commit 193b60b

Please sign in to comment.