Allow scrolling right in reply-quoted code block (#7024)

This commit is contained in:
Šimon Brandner
2021-10-25 11:42:32 +02:00
committed by GitHub
parent 70606ffff6
commit 1256b1ef2a

View File

@@ -78,7 +78,8 @@ limitations under the License.
// Hack to cut content in <pre> tags too
.mx_EventTile_pre_container > pre {
overflow: hidden;
overflow-x: scroll;
overflow-y: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;