Skip to content

Commit

Permalink
Merge pull request #323 from nextmcloud/nmc/2920-fix-folder-info-text…
Browse files Browse the repository at this point in the history
…-bar-truncated

Fix truncated editing tools bar for files folder info
  • Loading branch information
memurats authored Mar 21, 2024
2 parents 3ecb8b4 + ca90056 commit 6fcafd3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion css/apps/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -796,4 +796,15 @@ table.files-filestable {
#rightClickMenu:not(:has(> ul > li:nth-child(2))) {
display: none;
}
}
}

#app-content-files {
.filelist-header {
#editor-container {
.text-menubar__entries {
margin-top: 8px;
}
}
}
}

0 comments on commit 6fcafd3

Please sign in to comment.