Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: apply max width to editor instead of content only #529

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

sehyod
Copy link
Collaborator

@sehyod sehyod commented Sep 11, 2023

This applies the max-width to the text editor, and not the content only, to make the left indent fixed

Screenshot 2023-09-11 at 10 22 16

Closes #528 and #482

@sehyod sehyod requested a review from cguedes September 11, 2023 09:23
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #529 (bea8ad7) into main (944ff51) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #529   +/-   ##
=======================================
  Coverage   81.68%   81.68%           
=======================================
  Files         215      215           
  Lines       12118    12118           
  Branches     1179     1179           
=======================================
  Hits         9899     9899           
  Misses       2205     2205           
  Partials       14       14           
Files Changed Coverage Δ
src/application/components/MainPanel.tsx 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cguedes cguedes merged commit eb4116c into main Sep 11, 2023
11 checks passed
@cguedes cguedes deleted the 528-add-max-width-to-editor branch September 11, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add max-width to text editor
2 participants