Skip to content

Commit

Permalink
Merge pull request #18026 from nextcloud/feature/noid/fix_overlappin_…
Browse files Browse the repository at this point in the history
…text_icon

fix share side bar icon and text overlapping
  • Loading branch information
rullzer authored Nov 26, 2019
2 parents 2a2d0cd + 792f84e commit e3bee2c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions apps/files_sharing/js/dist/files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/files_sharing_tab.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ export default {
.sharing-entry {
display: flex;
align-items: center;
height: 44px;
min-height: 44px;
&__desc {
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion apps/files_sharing/src/components/SharingEntrySimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
.sharing-entry {
display: flex;
align-items: center;
height: 44px;
min-height: 44px;
&__desc {
padding: 8px;
line-height: 1.2em;
Expand Down

0 comments on commit e3bee2c

Please sign in to comment.