Allow scrolling right in reply-quoted code block (#7024)
This commit is contained in:
parent
70606ffff6
commit
1256b1ef2a
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ limitations under the License.
|
||||||
|
|
||||||
// Hack to cut content in <pre> tags too
|
// Hack to cut content in <pre> tags too
|
||||||
.mx_EventTile_pre_container > pre {
|
.mx_EventTile_pre_container > pre {
|
||||||
overflow: hidden;
|
overflow-x: scroll;
|
||||||
|
overflow-y: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
|
Loading…
Reference in a new issue