mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
corrected wrap width for template views
This commit is contained in:
parent
ea209e387d
commit
78aa10c001
6 changed files with 607 additions and 606 deletions
|
@ -82,6 +82,7 @@
|
|||
> .details {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: 80%;
|
||||
|
||||
> .title {
|
||||
font-size: 1rem;
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
> .details {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: 85%;
|
||||
width: 80%;
|
||||
cursor: pointer;
|
||||
|
||||
> .title {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "0.40.0",
|
||||
"version": "0.41.0",
|
||||
"description": "The Document IDE",
|
||||
"private": true,
|
||||
"repository": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue