File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ protected function output() {
308308 }
309309 $ is_draft = isset ($ headers ['Flags ' ]) && mb_stristr ($ headers ['Flags ' ], 'draft ' );
310310 if ($ is_draft ) {
311- $ txt .= '<div class="row g-0 py-2"><div class="col-12 text-center"><a class="btn btn-primary" href="?page=compose ' .$ reply_args .'&imap_draft=1"><i class="bi bi-pencil"></i> ' .$ this ->trans ('Edit Draft ' ).'</a></div></div> ' ;
311+ $ txt .= '<div class="row g-0 py-2"><div class="col-12 text-center text-md-start "><a class="btn btn-primary" href="?page=compose ' .$ reply_args .'&imap_draft=1"><i class="bi bi-pencil"></i> ' .$ this ->trans ('Edit Draft ' ).'</a></div></div> ' ;
312312 }
313313 foreach ($ headers as $ name => $ value ) {
314314 if (!in_array (mb_strtolower ($ name ), $ small_headers )) {
You can’t perform that action at this time.
0 commit comments