This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ limitations under the License.
249249
250250 .mx_ReplyTile .mx_DisambiguatedProfile {
251251 display : block ;
252+ max-width : 100% ;
252253 }
253254
254255 .mx_ReactionsRow {
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
7676 > .mx_DisambiguatedProfile {
7777 line-height : $font-20px ;
7878 margin-left : $left-gutter ;
79+ max-width : calc (100% - $left-gutter );
7980 }
8081
8182 > .mx_EventTile_avatar {
@@ -152,7 +153,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
152153 display : inline-block ;
153154 padding-bottom : 0px ;
154155 padding-top : 0px ;
155- max-width : calc (100% - $left-gutter );
156156 }
157157
158158 & .mx_EventTile_isEditing .mx_MessageTimestamp {
Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ $irc-line-height: $font-18px;
218218 margin : 0 ;
219219 .mx_DisambiguatedProfile {
220220 order : unset ;
221- max-width : unset ;
222221 width : unset ;
223222 background : transparent ;
224223 }
You can’t perform that action at this time.
0 commit comments