improve margin for notes
This commit is contained in:
parent
e496c232cd
commit
a28c08f2b5
1 changed files with 12 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue