diff --git a/static/css/my_checks_desktop.css b/static/css/my_checks_desktop.css index b1f0f6d1..4499beac 100644 --- a/static/css/my_checks_desktop.css +++ b/static/css/my_checks_desktop.css @@ -17,6 +17,10 @@ table.table tr > th.th-name { padding-left: 21px; } +table.table tr > th.th-location { + width: 50%; +} + #checks-table .indicator-cell { text-align: center; } @@ -76,4 +80,4 @@ tr:hover .check-menu { .my-checks-email { display: none; -} \ No newline at end of file +} diff --git a/templates/front/my_checks_desktop.html b/templates/front/my_checks_desktop.html index 57dbf2aa..4cd43bf3 100644 --- a/templates/front/my_checks_desktop.html +++ b/templates/front/my_checks_desktop.html @@ -4,7 +4,7 @@