stop edit option from colliding with scrollbar again
This commit is contained in:
parent
884d0de90b
commit
68a005bf1f
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ limitations under the License.
|
||||||
text-align: right;
|
text-align: right;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100px;
|
width: 90px;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageTimestamp {
|
.mx_MessageTimestamp {
|
||||||
|
|
Loading…
Add table
Reference in a new issue