Skip to content

Commit

Permalink
fix min-height
Browse files Browse the repository at this point in the history
Signed-off-by: Greta Doci <[email protected]>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
  • Loading branch information
GretaD authored and npmbuildbot[bot] committed Nov 25, 2019
1 parent 371d6f2 commit 792f84e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 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.

4 changes: 1 addition & 3 deletions apps/files_sharing/src/components/SharingEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -735,15 +735,13 @@ export default {
.sharing-entry {
display: flex;
align-items: center;
height: 44px;
margin-top: 10px;
min-height: 44px;
&__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
4 changes: 1 addition & 3 deletions apps/files_sharing/src/components/SharingEntrySimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,13 @@ export default {
.sharing-entry {
display: flex;
align-items: center;
height: 44px;
margin-top: 10px;
min-height: 44px;
&__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 792f84e

Please sign in to comment.