fix message options button placement in IE11
This commit is contained in:
parent
5f5f83912d
commit
d66cdc97cd
1 changed files with 2 additions and 1 deletions
|
@ -83,12 +83,13 @@ limitations under the License.
|
||||||
display: none;
|
display: none;
|
||||||
grid-area: body;
|
grid-area: body;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
justify-self: right;
|
justify-self: end;
|
||||||
margin-top: -12px;
|
margin-top: -12px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
/* button visuals */
|
/* button visuals */
|
||||||
border: #ccc 1px solid;
|
border: #ccc 1px solid;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue