Skip to content

Commit 68a005b

Browse files
committed
stop edit option from colliding with scrollbar again
1 parent 884d0de commit 68a005b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/skins/vector/css/molecules/EventTile.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ limitations under the License.
9393
text-align: right;
9494
z-index: 1;
9595
position: relative;
96-
width: 100px;
96+
width: 90px;
97+
margin-right: 10px;
9798
}
9899

99100
.mx_MessageTimestamp {

0 commit comments

Comments
 (0)