From d056db56175f3c082eed0032790c979ac45aa9dc Mon Sep 17 00:00:00 2001 From: Cutls Date: Mon, 1 Jul 2019 21:46:00 +0900 Subject: [PATCH] Do not ... on translate results #96 --- app/css/tl.css | 3 +++ app/js/tl/datails.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/css/tl.css b/app/css/tl.css index d023467e..2796ae7d 100644 --- a/app/css/tl.css +++ b/app/css/tl.css @@ -597,6 +597,9 @@ p:not(:last-child) { audio{ height: 2rem; } +.translate{ + white-space: normal; +} @keyframes jump { 0% { transform: translateY(0); diff --git a/app/js/tl/datails.js b/app/js/tl/datails.js index 29397c72..53e75e97 100644 --- a/app/js/tl/datails.js +++ b/app/js/tl/datails.js @@ -513,7 +513,7 @@ function trans(tar, to) { todo(error); console.error(error); }).then(function (text) { - $("#toot-this .additional").html('' + text.text + ''); + $("#toot-this .additional").html('' + text.text + ''); }); } //ブラウザで開く