styles: add flex-grow to title and tags div
This commit is contained in:
@@ -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()',
|
||||||
|
|||||||
Reference in New Issue
Block a user