This website works better with JavaScript
Home
Explore
Help
Sign In
Apq
/
logseq
mirror of
https://github.com/logseq/logseq.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix(ui): restrict max width of plugin settings panel
charlie
4 years ago
parent
5111d59f7a
commit
d502bea84f
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/main/frontend/components/plugins.css
+ 1
- 0
src/main/frontend/components/plugins.css
View File
@@ -571,6 +571,7 @@
padding: 0;
min-width: 600px;
width: 100%;
+ max-width: 760px;
}
}
}