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

Commit c6cb00b

Browse files
authored
Enable overflow of hidden events content (#8585)
1 parent 46bdcce commit c6cb00b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

res/css/views/messages/_ViewSourceEvent.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ limitations under the License.
1919
opacity: 0.6;
2020
font-size: $font-12px;
2121
width: 100%;
22+
overflow-x: auto; // Cancel overflow setting of .mx_EventTile_content
2223

23-
pre, code {
24+
pre,
25+
code {
2426
flex: 1;
2527
}
2628

0 commit comments

Comments
 (0)