Fix reactions row overflow and gap between reactions (#8813)

This commit is contained in:
Suguru Hirahara
2022-06-16 17:47:37 +00:00
committed by GitHub
parent 3b28b1100f
commit 43f2ee4283
4 changed files with 24 additions and 23 deletions
+1 -4
View File
@@ -60,10 +60,7 @@ limitations under the License.
}
.mx_ReactionsRow {
padding: 0;
// See margin setting of ReactionsRow on _EventTile.scss
margin-right: 8px;
margin-inline-end: $spacing-8; // See: var(--ThreadView_group_spacing-end) for ReactionsRow on _EventTile.scss
}
.mx_ThreadSummary {