Merge pull request #6795 from robintown/message-bubble-font-size

Make message bubble font size consistent
pull/21833/head
Travis Ralston 2021-09-14 13:25:28 -06:00 committed by GitHub
commit c3ad978941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ limitations under the License.
margin-top: var(--gutterSize);
margin-left: 50px;
margin-right: 100px;
font-size: $font-14px;
&.mx_EventTile_continuation {
margin-top: 2px;
@ -81,6 +82,7 @@ limitations under the License.
position: relative;
top: -2px;
left: 2px;
font-size: $font-15px;
}
&[data-self=false] {