1
0
Fork 0
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:
Harvey Kandola 2017-01-24 11:48:47 -08:00
parent ea209e387d
commit 78aa10c001
6 changed files with 607 additions and 606 deletions

View file

@ -82,6 +82,7 @@
> .details {
vertical-align: top;
display: inline-block;
width: 80%;
> .title {
font-size: 1rem;

View file

@ -257,7 +257,7 @@
> .details {
vertical-align: top;
display: inline-block;
width: 85%;
width: 80%;
cursor: pointer;
> .title {

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "0.40.0",
"version": "0.41.0",
"description": "The Document IDE",
"private": true,
"repository": "",