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

Enable overflow of hidden events content #8585

Merged
merged 1 commit into from
May 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion res/css/views/messages/_ViewSourceEvent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ limitations under the License.
opacity: 0.6;
font-size: $font-12px;
width: 100%;
overflow-x: auto; // Cancel overflow setting of .mx_EventTile_content
SimonBrandner marked this conversation as resolved.
Show resolved Hide resolved

pre, code {
pre,
code {
SimonBrandner marked this conversation as resolved.
Show resolved Hide resolved
flex: 1;
}

Expand Down