mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
Merge pull request #4 from anotherlusitano/fix-content-misalignment
Fix content misalignment on notes with few lines of text
This commit is contained in:
commit
2ef77ea509
3 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
|||
.cm-contentContainer {
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.cm-content {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SpectrumPlus",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "João Ribeiro",
|
||||
"authorUrl": "https://github.com/anotherlusitano"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue