forked from mystiq/hydrogen-web
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;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue