Files
vault/changelog/21771.txt
malinac02 b543d534a7 UI: Fix styling for username input when editing a user (#21771)
* changed form-field-groups.hbs to show a disabled text book for username when editing a user

* reverted the change in form-field-groups.hbs. Instead changed the CSS for readonly to match the CSS of disabled in inputs.scss

* changed readonly input styling in inputs.scss in accordance with new design for readonly input

* added changelog
2023-07-13 11:28:20 -07:00

3 lines
78 B
Plaintext

```release-note:bug
ui: Fix styling for username input when editing a user
```