mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-16 14:51:56 +01:00
Allow scrolling right in reply-quoted code block (#7024)
This commit is contained in:
parent
70606ffff6
commit
1256b1ef2a
@ -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…
x
Reference in New Issue
Block a user