mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
For #25921 # Checklist for submitter - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. ## Details This PR fixes an issue where the SQL editor would truncate large queries, because it was setting a mandatory height on the content element rather than letting the element use its own computed height. ## Screenshots **Before:**  **After:** 
1 line
74 B
Text
1 line
74 B
Text
- Fixed an issue where the Show Query modal would truncate large queries.
|