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

Commit d009ceb

Browse files
authored
Fix sizing of e2e shield in bubble layout (#7394)
1 parent 3144759 commit d009ceb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ limitations under the License.
176176
border-top-left-radius: var(--cornerRadius);
177177
border-top-right-radius: var(--cornerRadius);
178178
}
179+
180+
.mx_EventTile_e2eIcon {
181+
flex-shrink: 0; // keep it at full size
182+
}
179183
}
180184

181185
.mx_EventTile_line:not(.mx_EventTile_mediaLine) {

0 commit comments

Comments
 (0)