Improve desktop jobs queue layout #29

This commit is contained in:
2026-07-29 20:06:03 +02:00
parent 7c50def0c9
commit 6cdf1f5d49
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -91,6 +91,10 @@ def test_stylesheet_includes_mobile_responsive_rules():
assert ".jobs-table{display:none}" in css
assert ".job-cards{display:block}" in css
assert "word-break:break-word" in css
assert "max-width:1280px" in css
assert ".jobs-table table{table-layout:fixed;min-width:0}" in css
assert ".jobs-table th:nth-child(1){width:48%}" in css
assert ".jobs-table .row-actions button{width:100%}" in css
def test_settings_endpoint_persists_arr_connection_values(tmp_path, monkeypatch):