Merge pull request #18026 from nextcloud/feature/noid/fix_overlappin_text_icon

fix share side bar icon and text overlapping
This commit is contained in:
Roeland Jago Douma 2019-11-26 12:02:41 +01:00 committed by GitHub
commit e3bee2cb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -735,7 +735,7 @@ export default {
.sharing-entry {
display: flex;
align-items: center;
height: 44px;
min-height: 44px;
&__desc {
display: flex;
flex-direction: column;

View File

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