diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 9446e25a136..e4b2f12ba16 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -1712,16 +1712,16 @@ div.admin-panel .description { * Responsive tables. */ @media screen and (max-width:28.125em) { /* 450px */ - th.helpful, - td.helpful, + th.priority-low, + td.priority-low, th.priority-medium, td.priority-medium { display: none; } } @media screen and (max-width:45em) { /* 720px */ - th.helpful, - td.helpful { + th.priority-low, + td.priority-low { display: none; } }