mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
fix: editor layout when line numbers are enabled
This commit is contained in:
parent
ce959869ed
commit
730fbff9ea
1 changed files with 0 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
|||
.cm-contentContainer {
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
.cm-content {
|
||||
|
|
@ -15,8 +14,6 @@
|
|||
.frontmatter-container,
|
||||
.block-language-tasks {
|
||||
max-width: var(--max-width-text);
|
||||
width: 100%;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
> table,
|
||||
|
|
|
|||
Loading…
Reference in a new issue