fix message options button placement in IE11

This commit is contained in:
Bruno Windels 2021-05-31 13:02:42 +02:00
parent 5f5f83912d
commit d66cdc97cd

View file

@ -83,12 +83,13 @@ limitations under the License.
display: none;
grid-area: body;
align-self: start;
justify-self: right;
justify-self: end;
margin-top: -12px;
margin-right: 4px;
/* button visuals */
border: #ccc 1px solid;
height: 24px;
width: 24px;
background-color: #fff;
border-radius: 4px;
}