Skip to content

Commit

Permalink
fix share side bar icon and text overlapping
Browse files Browse the repository at this point in the history
Signed-off-by: Greta Doci <[email protected]>
  • Loading branch information
GretaD committed Nov 20, 2019
1 parent 9707fcf commit 371d6f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -736,12 +736,14 @@ export default {
display: flex;
align-items: center;
height: 44px;
margin-top: 10px;
&__desc {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 8px;
line-height: 1.2em;
margin-top: 15px;
}

&:not(.sharing-entry--share) &__actions {
Expand Down
2 changes: 2 additions & 0 deletions apps/files_sharing/src/components/SharingEntrySimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ export default {
display: flex;
align-items: center;
height: 44px;
margin-top: 10px;
&__desc {
padding: 8px;
line-height: 1.2em;
position: relative;
flex: 1 1;
min-width: 0;
margin-top: 15px;
h5 {
white-space: nowrap;
text-overflow: ellipsis;
Expand Down

0 comments on commit 371d6f2

Please sign in to comment.