improve margin for notes

This commit is contained in:
Davide Alberani 2017-10-21 12:39:05 +02:00
parent e496c232cd
commit a28c08f2b5

View file

@ -333,17 +333,6 @@ export default {
margin-left: 60px; 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 { .group-card {
padding-right: 8px; padding-right: 8px;
} }
@ -359,6 +348,18 @@ export default {
</style> </style>
<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 { .attendee-add .md-icon {
transition: color 0.5s ease; transition: color 0.5s ease;
} }