Преглед изворни кода

Add empty unicode character to preserve line-height

sbkwgh пре 8 година
родитељ
комит
d0ebbd7763
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/PostReply.vue

+ 1 - 1
src/components/PostReply.vue

@@ -37,7 +37,7 @@
 					}, this.post.User)
 				} else {
 					return {
-						letter: '',
+						letter: '',
 						color: null,
 						username: '[deleted]'
 					}