Improve desktop jobs queue layout #29
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user