Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Allow scrolling right in reply-quoted code block (#7024)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrandner authored Oct 25, 2021
1 parent 70606ff commit 1256b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/css/views/rooms/_ReplyTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1256b1e

Please sign in to comment.