Wrap title and buttons in note view
authorAdam Dullage <redacted>
Fri, 3 May 2024 12:03:33 +0000 (13:03 +0100)
committerAdam Dullage <redacted>
Fri, 3 May 2024 12:03:33 +0000 (13:03 +0100)
client/views/Note.vue

index 86b2baf666864543096de7614cfe472bc7360462..6f080b261007227e4c8b17508c1dd1878a513717 100644 (file)
       />
 
       <!-- Header -->
-      <div class="flex items-end">
+      <div class="flex items-start flex-wrap-reverse">
         <!-- Title -->
         <div class="flex flex-1 text-3xl leading-[1.6em]">
-          <span v-show="!editMode" class="flex-1">{{ note.title }}</span>
+          <span v-show="!editMode" class="flex-1 text-nowrap">{{ note.title }}</span>
           <input
             v-show="editMode"
             v-model="noteUpdate.title"
git clone https://git.99rst.org/PROJECT