Merge pull request #6 from fayeli/tablet-edit-layout-fix

fix overlapping issue with the delete button
This commit is contained in:
Seth Alves 2017-02-23 17:40:15 -08:00 committed by GitHub
commit d6428ee98c

View file

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