styles: make note flags wrap

This commit is contained in:
Antonella Sgarlatta
2021-06-24 14:35:50 -03:00
parent e65861485f
commit 5561ab65ff
2 changed files with 3 additions and 1 deletions

View File

@@ -132,7 +132,7 @@
ng-class="{'selected' : self.isNoteSelected(note.uuid) }"
ng-click='self.selectNote(note, true)'
)
.note-flags(ng-show='self.noteFlags[note.uuid].length > 0')
.note-flags.flex.flex-wrap(ng-show='self.noteFlags[note.uuid].length > 0')
.flag(ng-class='flag.class', ng-repeat='flag in self.noteFlags[note.uuid]')
.label {{flag.text}}
.name(ng-show='note.title')