If we use: `.form-row .col-title { width: 100% }` instead of: `.form-row .col-title { width: 15rem }` in `/assets/plugins/templatesedit/tpl/document.tpl.php` The titles and fields are looking much better on any screensize; <img width="2682" height="1449" alt="Image" src="https://github.com/user-attachments/assets/b2576549-1ada-4e8c-be36-af355ea1ec45" /> <img width="2682" height="1449" alt="Image" src="https://github.com/user-attachments/assets/301b9710-8042-494a-8358-63b88d1244a6" />
If we use:
.form-row .col-title { width: 100% }instead of:
.form-row .col-title { width: 15rem }in
/assets/plugins/templatesedit/tpl/document.tpl.phpThe titles and fields are looking much better on any screensize;