styles: add flex-grow to title and tags div

This commit is contained in:
Antonella Sgarlatta
2021-05-04 18:58:25 -03:00
parent 601ece8cbd
commit 2293a4a814

View File

@@ -28,7 +28,7 @@
ng-class="{'locked' : self.noteLocked}", ng-class="{'locked' : self.noteLocked}",
ng-show='self.note && !self.note.errorDecrypting' ng-show='self.note && !self.note.errorDecrypting'
) )
div div.flex-grow
.title .title
input#note-title-editor.input( input#note-title-editor.input(
ng-blur='self.onTitleBlur()', ng-blur='self.onTitleBlur()',