entry state may exceed entry bounds

This commit is contained in:
tophf 2018-02-26 23:18:49 +03:00
parent 0fd5d100c9
commit ab4f7f3e91

View File

@ -330,6 +330,12 @@ select {
padding-bottom: 0;
}
.newUI .entry.can-update,
.newUI .entry.update-problem,
.newUI .entry.update-done {
contain: none;
}
.newUI .entry.odd {
background-color: rgba(128, 128, 128, 0.05);
}