fix overlapping issue with the delete button

This commit is contained in:
Faye Li 2017-02-13 15:13:10 -08:00
parent bd0b64c775
commit a57a0435c1

View file

@ -871,6 +871,7 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
float: right;
margin-right: 0;
background-color: #ff0000;
min-width: 90px;
}
#entity-list {