Enable overflow of hidden events content (#8585)

pull/28217/head
Suguru Hirahara 2022-05-13 17:01:21 +00:00 committed by GitHub
parent 46bdccea9d
commit c6cb00bf0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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
pre, code {
pre,
code {
flex: 1;
}