mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
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
|
||||
.mx_EventTile_pre_container > pre {
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
|
|
Loading…
Reference in a new issue