Skip to content

Commit

Permalink
improve margin for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alberanid committed Oct 21, 2017
1 parent e496c23 commit a28c08f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/Group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,17 +333,6 @@ export default {
margin-left: 60px;
}
.group-notes > p {
font-style: italic;
padding-left: 30px;
margin: 0px;
text-overflow: ellipsis;
max-width: 400px;
overflow: hidden;
white-space: nowrap;
color: rgba(0, 0, 0, 0.54);
}
.group-card {
padding-right: 8px;
}
Expand All @@ -359,6 +348,18 @@ export default {
</style>
<style>
.group-notes > p, .attendee-notes > p {
font-style: italic;
padding-left: 30px;
margin: 0px;
padding: 0px 4px 0px 0px;
text-overflow: ellipsis;
max-width: 400px;
overflow: hidden;
white-space: nowrap;
color: rgba(0, 0, 0, 0.54);
}
.attendee-add .md-icon {
transition: color 0.5s ease;
}
Expand Down

0 comments on commit a28c08f

Please sign in to comment.