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

Commit 605fbd3

Browse files
luixxiulKerry
andauthored
Remove float property to let the margin between events appear on bubble message layout (#8373)
* Add margin between events on bubble message layout Signed-off-by: Suguru Hirahara <[email protected]> * Use more simplified way Because the float property prevents the margin from appearing, removing the property is more straightforward than adding other rules. Signed-off-by: Suguru Hirahara <[email protected]> Co-authored-by: Kerry <[email protected]>
1 parent b4bcbb2 commit 605fbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ limitations under the License.
154154

155155
&[data-self=true] {
156156
.mx_EventTile_line {
157-
float: right;
157+
margin-inline-start: auto;
158158
border-bottom-left-radius: var(--cornerRadius);
159159

160160
.mx_MImageBody .mx_MImageBody_thumbnail_container,

0 commit comments

Comments
 (0)