fix share side bar icon and text overlapping

Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
Greta Doci 2019-11-20 12:53:22 +01:00
parent 9707fcf4fe
commit 371d6f2503
2 changed files with 4 additions and 0 deletions

View File

@ -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 {

View File

@ -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;