about summary refs log tree commit diff
path: root/laravel/resources/views/playlist.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'laravel/resources/views/playlist.blade.php')
-rw-r--r--laravel/resources/views/playlist.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/laravel/resources/views/playlist.blade.php b/laravel/resources/views/playlist.blade.php
index 856c81c..0793176 100644
--- a/laravel/resources/views/playlist.blade.php
+++ b/laravel/resources/views/playlist.blade.php
@@ -18,7 +18,7 @@
         <input name='key' placeholder='Key (e.g. Am)' type='text' />
         <input name='playlist' value='{{ $playlist->id }}' hidden/>
         <br/>
-        <textarea name='text' placeholder='song lyrics/chords' style='width: 100%; height: 200px;' ></textarea>
+        <textarea name='text' placeholder='song lyrics/chords' style='width: 100%; height: 200px; font-family: monospace;' ></textarea>
         <button type='submit'>Add song!</button>
     </form>
 @endsection