diff --git a/static/css/my_checks_desktop.css b/static/css/my_checks_desktop.css index 717dadad..e572fbe6 100644 --- a/static/css/my_checks_desktop.css +++ b/static/css/my_checks_desktop.css @@ -116,7 +116,6 @@ tr:hover .copy-link { font-size: 11.7px; position: relative; line-height: 36px; - white-space: nowrap; } .my-checks-url .base { @@ -128,6 +127,7 @@ tr:hover .copy-link { white-space: nowrap; } +#checks-table td.url, #checks-table .actions { white-space: nowrap; } diff --git a/templates/front/my_checks_desktop.html b/templates/front/my_checks_desktop.html index d38f468f..723caddc 100644 --- a/templates/front/my_checks_desktop.html +++ b/templates/front/my_checks_desktop.html @@ -72,7 +72,7 @@ {% endfor %} -