Explorar o código

Fix editor preview height and word-break

sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
cb87bd7bf5
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      frontend/src/components/routes/ThreadNew.vue

+ 3 - 2
frontend/src/components/routes/ThreadNew.vue

@@ -380,8 +380,9 @@
 			border-left: 1px solid $color__gray--darker;
 			width: 50%;
 
-			.input_editor_preview__markdownHTML {
-				height: 14.2rem;
+			div.input_editor_preview__markdownHTML {
+				height: 14.1rem;
+				word-break: break-all;
 			}
 		}
 	}