From ab4f7f3e916a3e7469c862686a6dc4e6f742854d Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 26 Feb 2018 23:18:49 +0300 Subject: [PATCH] entry state may exceed entry bounds --- manage/manage.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manage/manage.css b/manage/manage.css index 3a4f1d21..57bdb054 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -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); }