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

Commit

Permalink
Fix verification-message-scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
capGoblin committed Oct 24, 2023
1 parent 9ce3109 commit 2b9b479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/messages/_EventTileBubble.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ limitations under the License.
.mx_EventTileBubble_subtitle {
grid-column: 2;
overflow-wrap: break-word;
min-inline-size: 50px;
}

.mx_EventTileBubble_title {
Expand Down

0 comments on commit 2b9b479

Please sign in to comment.