Skip to content

Commit

Permalink
merge branch 'main' into sylvie/rl-v11-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
oneirocosm committed Jan 25, 2025
2 parents 5bccd02 + 7b366c9 commit d90a84d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/releasenotes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Behind the scenes, we've redesigned our remote file protocol, laying the groundw
- Custom widgets can now be launched in magnified mode
- Various workspace UX improvements around closing/deleting
- file:/// urls now work in web widget
- Increased size of files allowed in `wsh ai`
- Increased max size of files allowed in `wsh ai` to 50k
- Increased maximum allowed term:scrollback to 50k lines
- Allow connections to entirely be defined in connections.json without relying on ~/.ssh/config
- Added an option to reveal files in external file viewer for local connection
Expand All @@ -53,6 +53,7 @@ Behind the scenes, we've redesigned our remote file protocol, laying the groundw
- [bugfix] Connections launch without wsh if the unix domain socket can't be opened
- [bugfix] Connection status list lights up correctly with currently connected connections
- [bugfix] Use en_US.UTF-8 if the requested LANG is not available in your terminal
- Other bug fixes, performance improvements, and dependency updates

### v0.10.4 — Dec 20, 2024

Expand Down
1 change: 0 additions & 1 deletion frontend/app/element/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
font-family: var(--markdown-font-family);
font-size: var(--markdown-font-size);
overflow-wrap: break-word;
padding: 5px 15px 10px 15px;

&.non-scrollable {
overflow: hidden;
Expand Down
4 changes: 4 additions & 0 deletions frontend/app/view/preview/preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
align-items: start;
justify-content: start;
overflow: auto;

.markdown .content {
padding: 5px 15px 10px 15px;
}
}

&.view-preview-text {
Expand Down

0 comments on commit d90a84d

Please sign in to comment.