diff --git a/static/css/nucleus.css b/static/css/nucleus.css index 02e3e42746..f03efd75d5 100644 --- a/static/css/nucleus.css +++ b/static/css/nucleus.css @@ -285,6 +285,5 @@ button, input[type="submit"] { cursor: pointer; user-select: none; - vertical-align: middle; white-space: nowrap; border: inherit; } diff --git a/static/css/theme.css b/static/css/theme.css index 44b7cd49b9..9a4b3351fe 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1367,7 +1367,6 @@ option { -ms-user-select: none !important; -webkit-user-select: none !important; user-select: none !important; - vertical-align: middle !important; white-space: nowrap !important; }