notes tooltip
This commit is contained in:
parent
9235d3bbd5
commit
8dad81c014
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
</md-menu>
|
||||
</md-layout>
|
||||
<md-layout v-if="group.notes" md-row>
|
||||
<md-tooltip md-direction="top">click to expande/collapse notes</md-tooltip>
|
||||
<div ref="groupNotes" class="group-notes" @click="toggleNotes()">{{ group.notes }}</div>
|
||||
</md-layout>
|
||||
</md-card-header>
|
||||
|
@ -258,7 +259,7 @@ export default {
|
|||
|
||||
.group-notes {
|
||||
font-style: italic;
|
||||
padding-left: 15px;
|
||||
padding-left: 30px;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 400px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue