Skip to content

Commit

Permalink
Reduce width of sharing entry
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Oct 19, 2023
1 parent a572a54 commit 0087d03
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 166 deletions.
4 changes: 2 additions & 2 deletions apps/files_sharing/src/components/SharingEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ export default {
display: flex;
flex-direction: column;
justify-content: center;
width: 80%;
min-width: 80%;
flex: 1 0;
min-width: 0;

&__desc {
display: inline-block;
Expand Down
4 changes: 2 additions & 2 deletions apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ export default {
padding-left: 10px;
display: flex;
justify-content: space-between;
width: 80%;
min-width: 80%;
flex: 1 0;
min-width: 0;

&__desc {
display: flex;
Expand Down
3 changes: 0 additions & 3 deletions dist/280-280.js

This file was deleted.

155 changes: 0 additions & 155 deletions dist/280-280.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion dist/280-280.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 0087d03

Please sign in to comment.