diff --git a/ui/src/styles.css b/ui/src/styles.css index dfe219e74e58c63c9879538bffa6b9fb6d97b03f..9df5b64fad534624890f8e424e71b08720b257b9 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -2498,6 +2498,12 @@ svg { .status-field { width: 100%; + max-width: none; + } + + .status-field-label { + width: 2.5rem; + text-align: right; } } @@ -2818,12 +2824,12 @@ svg { .status-field-model { min-width: 120px; - max-width: 200px; + max-width: none; } .status-field-cwd { min-width: 140px; - max-width: 250px; + max-width: none; } }